Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
explore-allocation-1500.test.ts
File · 0.85
Calls
2
startsWithAny
Function · 0.85
share
Function · 0.70
Tested by
no test coverage detected