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

Function getDstFilename

src/diff-parser.ts:43–45  ·  view source on GitHub ↗
(line: string, dstPrefix?: string)

Source from the content-addressed store, hash-verified

41}
42
43function getDstFilename(line: string, dstPrefix?: string): string | undefined {
44 return getFilename(line, '+++', dstPrefix);
45}
46
47/**
48 *

Callers 1

parseFunction · 0.85

Calls 1

getFilenameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…