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

Function removeDelElements

src/render-utils.ts:71–73  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

69}
70
71function removeDelElements(line: string): string {
72 return line.replace(/(<del[^>]*>((.|\n)*?)<\/del>)/g, '');
73}
74
75/**
76 * Convert from LineType to CSSLineClass

Callers 1

diffHighlightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…