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

Function invalidate_settings_cache

src/settings/settings.py:19–22  ·  view source on GitHub ↗

Clear the cached settings.

()

Source from the content-addressed store, hash-verified

17
18
19def invalidate_settings_cache() -> None:
20 """Clear the cached settings."""
21 global _settings_cache
22 _settings_cache = None
23
24
25def load_settings(

Callers 15

set_effortFunction · 0.90
_persist_settings_keysFunction · 0.90
_on_advisor_model_changeFunction · 0.90
isolated_settingsFunction · 0.90
_persisted_effortFunction · 0.90
enterMethod · 0.90
exitMethod · 0.90
_set_settingsFunction · 0.90

Calls

no outgoing calls

Tested by 15

isolated_settingsFunction · 0.72
_persisted_effortFunction · 0.72
enterMethod · 0.72
exitMethod · 0.72
_set_settingsFunction · 0.72
test_extra_overridesMethod · 0.72
__enter__Method · 0.72
__exit__Method · 0.72