MCPcopy Index your code
hub / github.com/anomalyco/opencode / normalizeLines

Function normalizeLines

packages/opencode/test/lib/cli-process.ts:491–493  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

489}
490
491function normalizeLines(value: string) {
492 return value.replaceAll("\r\n", "\n")
493}
494
495// Convenience for the common assertion pattern. Dumps stderr/stdout when
496// the exit code doesn't match — saves debugging time on CI failures.

Callers 1

withCliFixtureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected