MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / savePartialResults

Function savePartialResults

evals/buffbench/gen-evals.ts:129–132  ·  view source on GitHub ↗
(partialPath: string, evalData: EvalDataV2)

Source from the content-addressed store, hash-verified

127}
128
129function savePartialResults(partialPath: string, evalData: EvalDataV2): void {
130 fs.writeFileSync(partialPath, JSON.stringify(evalData, null, 2))
131 console.log(`💾 Saved partial results to ${partialPath}`)
132}
133
134export async function generateEvalFileV2({
135 repoUrl,

Callers 1

generateEvalFileV2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected