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

Method streamError

packages/opencode/test/lib/llm-server.ts:535–541  ·  view source on GitHub ↗
(error: unknown = "boom")

Source from the content-addressed store, hash-verified

533 }
534
535 streamError(error: unknown = "boom") {
536 this.#finish = undefined
537 this.#hang = false
538 this.#error = error
539 this.#reset = false
540 return this
541 }
542
543 reset() {
544 this.#finish = undefined

Callers 1

TestLLMServerClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected