Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
_env_truthy(name: str) -> bool:
23
return
os.environ.get(name,
""
).strip().lower() in _TRUTHY
24
25
26
def
is_workflows_enabled() -> bool:
Callers
1
is_workflows_enabled
Function · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected