Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
evaluate
Function · 0.70
Calls
1
get
Method · 0.65
Tested by
no test coverage detected