Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
20
const
out = (result: { text(): string }) => result.text().trim()
21
const
nuls = (text: string) => text.split(
"\0"
).filter(Boolean)
22
const
fail = (err: unknown) =>
23
({
24
exitCode: 1,
Callers
1
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected