MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / entryKey

Function entryKey

scripts/lint-storyboard-response-schema.cjs:220–223  ·  view source on GitHub ↗
(file, phaseId, stepId)

Source from the content-addressed store, hash-verified

218}
219
220function entryKey(file, phaseId, stepId) {
221 const rel = path.relative(STORYBOARD_DIR, file);
222 return `${rel}#${phaseId}/${stepId}`;
223}
224
225function loadAllowlist() {
226 if (!fs.existsSync(ALLOWLIST_PATH)) return { entries: {} };

Calls

no outgoing calls

Tested by

no test coverage detected