MCPcopy Create free account
hub / github.com/promptfoo/promptfoo / determineTextStatus

Function determineTextStatus

src/codeScan/git/diffProcessor.ts:364–368  ·  view source on GitHub ↗
(repoPath: string, files: FileRecord[])

Source from the content-addressed store, hash-verified

362}
363
364async function determineTextStatus(repoPath: string, files: FileRecord[]): Promise<FileRecord[]> {
365 return async.mapLimit(files, TEXT_DETECTION_CONCURRENCY, async (file: FileRecord) =>
366 determineTextStatusForFile(repoPath, file),
367 );
368}
369
370async function generatePatchForFile(
371 repoPath: string,

Callers 1

processDiffFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…