Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ emptyBatch
Function
emptyBatch
packages/opencode/src/project/vcs.ts:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
const
emptyBatch = () => ({ patches:
new
Map<string, string>(), capped: false })
32
33
const
parseQuotedPath = (value: string) => {
34
let
out =
""
Callers
1
vcs.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected