mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
Shell: factor out updating the path cache into a function.
This commit is contained in:
parent
f6d4c4f02c
commit
0622b60fbd
4 changed files with 22 additions and 16 deletions
|
@ -188,6 +188,7 @@ private:
|
|||
virtual void save_to(JsonObject&) override;
|
||||
|
||||
void cache_path();
|
||||
void add_entry_to_cache(const String&);
|
||||
void stop_all_jobs();
|
||||
const Job* m_current_job { nullptr };
|
||||
LocalFrame* find_frame_containing_local_variable(const String& name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue