MCPcopy Create free account
hub / github.com/anomalyco/opencode / indent

Function indent

packages/opencode/test/server/httpapi-exercise/assertions.ts:59–64  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

57}
58
59export function indent(value: string) {
60 return value
61 .split("\n")
62 .map((line) => ` ${line}`)
63 .join("\n")
64}

Callers 1

printResultsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected