Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pomber/code-surfer
/ normalize
Function
normalize
packs/step-parser/src/differ.ts:45–47 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
normalize(text: string) {
46
return
text && text.trimEnd().concat(
"\n"
);
47
}
48
49
export
function
generateIds(
50
lineIds: number[],
Callers
1
getChanges
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected