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

Function _settings_effort

src/command_system/effort_command.py:122–127  ·  view source on GitHub ↗

The persisted effort (``""`` when unset/auto), read via the same ``get_settings()`` channel the rest of the app uses. Lazy import — see :func:`_levels`.

()

Source from the content-addressed store, hash-verified

120
121
122def _settings_effort() -> str:
123 """The persisted effort (``""`` when unset/auto), read via the same ``get_settings()``
124 channel the rest of the app uses. Lazy import — see :func:`_levels`."""
125 from src.settings.settings import get_settings
126
127 return get_settings().effort
128
129
130def _current_effort() -> str:

Callers 2

_current_effortFunction · 0.85
_show_currentFunction · 0.85

Calls 1

get_settingsFunction · 0.90

Tested by

no test coverage detected