MCPcopy Create free account
hub / github.com/agegr/pi-web / PendingChangeLine

Interface PendingChangeLine

lib/patch.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19interface PendingChangeLine {
20 lineNo: number;
21 text: string;
22}
23
24export function parseUnifiedPatch(text: string): SplitDiffFile[] | null {
25 const files: SplitDiffFile[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected