MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / exit

Method exit

tests/test_advisor_request_wiring.py:97–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

95 invalidate_settings_cache()
96
97 def exit(self) -> None:
98 import src.config as cfg_mod
99 cfg_mod.GLOBAL_CONFIG_FILE = self._saved_global
100 cfg_mod.HISTORY_FILE = self._saved_history
101 cfg_mod.GLOBAL_CONFIG_DIR = self._saved_dir
102 cfg_mod._default_manager = None
103 from src.settings.settings import invalidate_settings_cache
104 invalidate_settings_cache()
105
106
107def _isolate_env():

Callers 15

processChunkFunction · 0.45
entry.tsxFile · 0.45
exitFunction · 0.45
useMainAppFunction · 0.45
profile-tui.mjsFile · 0.45
run_compare.pyFile · 0.45
repair_preds.pyFile · 0.45
compare_results.pyFile · 0.45
pick_batch.pyFile · 0.45
cli.pyFile · 0.45
graceful_shutdown_syncFunction · 0.45
cli_errorFunction · 0.45

Calls 1

Tested by

no test coverage detected