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

Function source

core/memory/blocks.js:64–66  ·  view source on GitHub ↗
(projectRoot, relativePath, reason)

Source from the content-addressed store, hash-verified

62}
63
64function source(projectRoot, relativePath, reason) {
65 return { path: relativePath.replace(/\\/g, '/'), reason };
66}
67
68function availableSources(projectRoot, candidates) {
69 return candidates.filter((entry) => exists(projectRoot, entry.path));

Callers 1

buildBlocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected