Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
def
invalidate_settings_cache() -> None:
20
""
"Clear the cached settings."
""
21
global _settings_cache
22
_settings_cache = None
23
24
25
def
load_settings(
Callers
15
set_effort
Function · 0.90
_persist_settings_keys
Function · 0.90
_on_advisor_model_change
Function · 0.90
_on_advisor_provider_change
Function · 0.90
_on_advisor_client_mode_change
Function · 0.90
_on_advisor_enabled_change
Function · 0.90
isolated_settings
Function · 0.90
_persisted_effort
Function · 0.90
enter
Method · 0.90
exit
Method · 0.90
_set_settings
Function · 0.90
test_returns_defaults_without_config
Method · 0.90
Calls
no outgoing calls
Tested by
15
isolated_settings
Function · 0.72
_persisted_effort
Function · 0.72
enter
Method · 0.72
exit
Method · 0.72
_set_settings
Function · 0.72
test_returns_defaults_without_config
Method · 0.72
test_overrides_from_config
Method · 0.72
test_extra_overrides
Method · 0.72
__enter__
Method · 0.72
__exit__
Method · 0.72
test_set_persists_to_settings
Method · 0.72
test_unset_persists_to_settings
Method · 0.72