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

Function _env_truthy

src/workflow/gating.py:22–23  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

20
21
22def _env_truthy(name: str) -> bool:
23 return os.environ.get(name, "").strip().lower() in _TRUTHY
24
25
26def is_workflows_enabled() -> bool:

Callers 1

is_workflows_enabledFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected