MCPcopy 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
31const emptyBatch = () => ({ patches: new Map<string, string>(), capped: false })
32
33const parseQuotedPath = (value: string) => {
34 let out = ""

Callers 1

vcs.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected