MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / add

Function add

scripts/agent-eval/probe-allocation.mjs:144–144  ·  view source on GitHub ↗
(name, pass, detail)

Source from the content-addressed store, hash-verified

142
143 const checks = [];
144 const add = (name, pass, detail) => checks.push({ name, pass, detail });
145
146 if (want.answerShareAtLeast !== undefined) {
147 add(

Callers 1

evaluateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected