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

Function _persisted_effort

tests/test_effort_command.py:128–131  ·  view source on GitHub ↗

Read ``effort`` back through the real ``get_settings()`` read-channel (fresh).

()

Source from the content-addressed store, hash-verified

126
127
128def _persisted_effort() -> str:
129 """Read ``effort`` back through the real ``get_settings()`` read-channel (fresh)."""
130 invalidate_settings_cache()
131 return get_settings().effort
132
133
134# --------------------------------------------------------------------------- #

Calls 2

get_settingsFunction · 0.90

Tested by

no test coverage detected