MCPcopy
hub / github.com/byoungd/up / addError

Function addError

scripts/check-content.mjs:20–21  ·  view source on GitHub ↗
(file, line, msg)

Source from the content-addressed store, hash-verified

18
19const errors = [];
20const addError = (file, line, msg) =>
21 errors.push({ file: relative(ROOT, file), line, msg });
22
23const IGNORE_DIRS = new Set([".git", "node_modules", ".github"]);
24

Callers 3

checkLinksInFileFunction · 0.85
checkSummaryConsistencyFunction · 0.85
checkStaleStringsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected