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

Function itemAuthor

core/codex/native-integrations.js:366–368  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

364 pass: references.length > 0,
365 detail: references.length > 0 ? references.join(', ') : 'no interface assets declared',
366 }];
367
368 for (const reference of references) {
369 const resolved = path.resolve(resolvedRoot, reference);
370 const relative = path.relative(resolvedRoot, resolved);
371 const contained = reference.startsWith('./')

Callers 2

looksLikeCodexReviewItemFunction · 0.85
ingestCodexReviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected