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

Function share

scripts/agent-eval/probe-allocation.mjs:138–138  ·  view source on GitHub ↗
(g)

Source from the content-addressed store, hash-verified

136 allocated.set(g, (allocated.get(g) ?? 0) + f.allocatedShare);
137 }
138 const share = (g) => delivered.get(g) ?? 0;
139 const top = report.files
140 .filter((f) => f.finalChars > 0)
141 .sort((a, b) => b.finalChars - a.finalChars)[0];

Callers 1

evaluateFunction · 0.70

Calls 1

getMethod · 0.65

Tested by

no test coverage detected