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

Function checkProject

scripts/generate-doc-surfaces.js:140–145  ·  view source on GitHub ↗
(projectRoot)

Source from the content-addressed store, hash-verified

138}
139
140function checkProject(projectRoot) {
141 const { surfaces } = expectedSurfaces(projectRoot);
142 return surfaces
143 .map((surface) => diffTexts(surface.name, surface.expected, surface.actual))
144 .filter(Boolean);
145}
146
147function generate(projectRoot) {
148 const { counts, surfaces } = expectedSurfaces(projectRoot);

Callers 1

mainFunction · 0.70

Calls 2

expectedSurfacesFunction · 0.70
diffTextsFunction · 0.70

Tested by

no test coverage detected