MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-workbench / DiffComponents

Interface DiffComponents

src/utils/text.ts:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 BOTH = "both",
46}
47export interface DiffComponents {
48 belongsTo: BelongsIndicator;
49 value: string;
50 diffComponent?: "added" | "removed" | null;
51}
52
53const diffMatcher = new diff_match_patch();
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected