Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
promise.test.ts
File · 0.45
plugin.test.ts
File · 0.45
background-job.test.ts
File · 0.45
TestLLMServer
Class · 0.45
run-process.test.ts
File · 0.45
prompt.test.ts
File · 0.45
processor-effect.test.ts
File · 0.45
job.test.ts
File · 0.45
withContext
Function · 0.45
task.test.ts
File · 0.45
loadExternal
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected