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

Method wait

packages/opencode/test/lib/llm-server.ts:483–486  ·  view source on GitHub ↗
(value: PromiseLike<unknown>)

Source from the content-addressed store, hash-verified

481 }
482
483 wait(value: PromiseLike<unknown>) {
484 this.#wait = value
485 return this
486 }
487
488 stop() {
489 this.#finish = "stop"

Callers 15

effect.test.tsFile · 0.45
promise.test.tsFile · 0.45
plugin.test.tsFile · 0.45
TestLLMServerClass · 0.45
prompt.test.tsFile · 0.45
job.test.tsFile · 0.45
withContextFunction · 0.45
task.test.tsFile · 0.45
loadExternalFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected