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

Function answerShare

__tests__/explore-allocation-1500.test.ts:203–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 return total / response.length;
202 };
203 const answerShare = () => share((p) => startsWithAny(p, ANSWER_PREFIXES));
204 const generatedShare = () => share((p) => p.startsWith(GENERATED_PREFIX));
205
206 /**

Callers 1

Calls 2

startsWithAnyFunction · 0.85
shareFunction · 0.70

Tested by

no test coverage detected