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

Method item

packages/opencode/test/lib/llm-server.ts:551–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549 }
550
551 item(): Item {
552 return {
553 type: "sse",
554 head: this.#head,
555 tail: this.#finish ? [...this.#tail, finishLine(this.#finish, this.#usage)] : this.#tail,
556 wait: this.#wait,
557 hang: this.#hang,
558 error: this.#error,
559 reset: this.#reset,
560 }
561 }
562}
563
564export function reply() {

Callers 3

itemFunction · 0.80
TestLLMServerClass · 0.80
scrollCursorIntoViewFunction · 0.80

Calls 1

finishLineFunction · 0.85

Tested by

no test coverage detected