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

Function missing

packages/opencode/src/plugin/index.ts:188–188  ·  view source on GitHub ↗
(candidate, _retry, message)

Source from the content-addressed store, hash-verified

186 report: {
187 start(candidate) {},
188 missing(candidate, _retry, message) {},
189 error(candidate, _retry, stage, error, resolved) {
190 const spec = candidate.plan.spec
191 const cause = error instanceof Error ? (error.cause ?? error) : error

Callers 1

attemptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected