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

Function fail

packages/opencode/src/snapshot/index.ts:623–625  ·  view source on GitHub ↗
(msg: string, extra?: Record<string, string>)

Source from the content-addressed store, hash-verified

621 const out = batch.stdout
622
623 const fail = (msg: string, extra?: Record<string, string>) => {
624 return undefined
625 }
626
627 const map = new Map<string, { before: string; after: string }>()
628 const dec = new TextDecoder()

Callers 1

index.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected