MCPcopy Index your code
hub / github.com/github/awesome-copilot / trusted

Function trusted

extensions/java-modernization-studio/scan.mjs:512–512  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

510 const hasAppmodArtifact =
511 reportRaw != null || apPlan != null || apProgress != null || apSummary != null;
512 const trusted = (root) => hasAppmodArtifact || hasMarker(root);
513 const planMd = apPlan || (trusted(rootPlan) ? rootPlan : null);
514 const progressMd = apProgress || (trusted(rootProgress) ? rootProgress : null);
515 const summaryMd = apSummary || (trusted(rootSummary) ? rootSummary : null);

Callers 1

scanRepoFunction · 0.85

Calls 1

hasMarkerFunction · 0.85

Tested by

no test coverage detected