MCPcopy Create free account
hub / github.com/SethGammon/Citadel / relativeProjectPath

Function relativeProjectPath

scripts/dashboard.js:396–398  ·  view source on GitHub ↗
(projectRoot, filePath)

Source from the content-addressed store, hash-verified

394 }
395}
396
397function relativeProjectPath(projectRoot, filePath) {
398 return path.relative(projectRoot, filePath).replace(/\\/g, '/');
399}
400
401function escapeRegExp(value) {

Callers 2

readOutcomeLedgerFunction · 0.85
readOperatorArtifactsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected