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

Function _project_root

dashboard/hermes-wrapper/plugin_api.py:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184
185
186def _project_root() -> str:
187 return (
188 _env("DASHBOARD_PROJECT")
189 or DEPLOYED_PROJECT_ROOT
190 or os.getcwd()
191 )
192
193
194def _dashboard_env() -> dict[str, str]:

Callers 1

_spawn_dashboardFunction · 0.85

Calls 1

_envFunction · 0.85

Tested by

no test coverage detected