MCPcopy Index your code
hub / github.com/rtfpessoa/diff2html / DiffLineDeleted

Interface DiffLineDeleted

src/types.ts:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface DiffLineDeleted {
13 type: LineType.DELETE;
14 oldNumber: number;
15 newNumber: undefined;
16}
17
18export interface DiffLineInserted {
19 type: LineType.INSERT;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…