Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
def
_project_root() -> str:
187
return
(
188
_env(
"DASHBOARD_PROJECT"
)
189
or DEPLOYED_PROJECT_ROOT
190
or os.getcwd()
191
)
192
193
194
def
_dashboard_env() -> dict[str, str]:
Callers
1
_spawn_dashboard
Function · 0.85
Calls
1
_env
Function · 0.85
Tested by
no test coverage detected