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

Function projectLabel

dashboard/shell/src/main.jsx:187–189  ·  view source on GitHub ↗
(project)

Source from the content-addressed store, hash-verified

185}
186
187function projectLabel(project) {
188 return project?.label || basename(project?.project_root) || project?.project_id || "Project";
189}
190
191// ---------------------------------------------------------------------------
192// App

Callers 1

AppFunction · 0.70

Calls 1

basenameFunction · 0.85

Tested by

no test coverage detected