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

Function out

packages/opencode/src/git/index.ts:20–20  ·  view source on GitHub ↗
(result: { text(): string })

Source from the content-addressed store, hash-verified

18] as const
19
20const out = (result: { text(): string }) => result.text().trim()
21const nuls = (text: string) => text.split("\0").filter(Boolean)
22const fail = (err: unknown) =>
23 ({

Callers 1

index.tsFile · 0.70

Calls 1

textMethod · 0.65

Tested by

no test coverage detected