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

Function nuls

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

Source from the content-addressed store, hash-verified

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

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected