MCPcopy 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
45function normalize(text: string) {
46 return text && text.trimEnd().concat("\n");
47}
48
49export function generateIds(
50 lineIds: number[],

Callers 1

getChangesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected