MCPcopy Create free account
hub / github.com/anomalyco/opencode / missing

Function missing

packages/opencode/src/plugin/tui/runtime.ts:753–755  ·  view source on GitHub ↗
(candidate, retry, message)

Source from the content-addressed store, hash-verified

751 report: {
752 start() {},
753 missing(candidate, retry, message) {
754 warn("tui plugin has no entrypoint", { path: candidate.plan.spec, retry, message })
755 },
756 error(candidate, retry, stage, error, resolved) {
757 const spec = candidate.plan.spec
758 if (stage === "install") {

Callers

nothing calls this directly

Calls 1

warnFunction · 0.85

Tested by

no test coverage detected