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

Function basename

dashboard/shell/src/main.jsx:183–185  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

181const POLL_INTERVAL_MS = 15_000;
182
183function basename(path) {
184 return path?.split("/").filter(Boolean).pop() || path;
185}
186
187function projectLabel(project) {
188 return project?.label || basename(project?.project_root) || project?.project_id || "Project";

Callers 2

projectLabelFunction · 0.85
AppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected