MCPcopy Create free account
hub / github.com/banga/git-split-diffs / yieldFileName

Function yieldFileName

src/iterSideBySideDiffs.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 let fileNameA: string = '';
50 let fileNameB: string = '';
51 function* yieldFileName() {
52 yield* iterFormatFileName(context, fileNameA, fileNameB);
53 }
54
55 // Hunk metadata
56 let hunkParts: HunkPart[] = [];

Callers 1

flushPendingFunction · 0.85

Calls 1

iterFormatFileNameFunction · 0.90

Tested by

no test coverage detected