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

Function isDevNullName

src/render-utils.ts:63–65  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

61const matcher = rematch.newMatcherFn(distance);
62
63function isDevNullName(name: string): boolean {
64 return name.indexOf('dev/null') !== -1;
65}
66
67function removeInsElements(line: string): string {
68 return line.replace(/(<ins[^>]*>((.|\n)*?)<\/ins>)/g, '');

Callers 1

filenameDiffFunction · 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…