Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
43
function
getDstFilename(line: string, dstPrefix?: string): string | undefined {
44
return
getFilename(line,
'+++'
, dstPrefix);
45
}
46
47
/**
48
*
Callers
1
parse
Function · 0.85
Calls
1
getFilename
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…