MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / _env

Function _env

dashboard/hermes-wrapper/plugin_api.py:93–95  ·  view source on GitHub ↗

Read TRACEDECAY_ .

(name: str)

Source from the content-addressed store, hash-verified

91
92
93def _env(name: str) -> str | None:
94 """Read TRACEDECAY_<name>."""
95 return os.environ.get(f"TRACEDECAY_{name}")
96
97_SPAWN_TIMEOUT_SECONDS = 30.0
98_PROXY_TIMEOUT_SECONDS = 30.0

Callers 3

_find_tracedecay_binFunction · 0.85
_project_rootFunction · 0.85
_upstream_baseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected