MCPcopy
hub / github.com/anomalyco/opencode / stop

Method stop

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

Source from the content-addressed store, hash-verified

486 }
487
488 stop() {
489 this.#finish = "stop"
490 this.#hang = false
491 this.#error = undefined
492 this.#reset = false
493 return this
494 }
495
496 contentFilter() {
497 this.#finish = "content_filter"

Callers 15

killSidecarFunction · 0.45
stopFunction · 0.45
installFunction · 0.45
startServerFunction · 0.45
stopServerInternalFunction · 0.45
stopAllFunction · 0.45
restart.tsFile · 0.45
password.tsFile · 0.45
stop.tsFile · 0.45

Calls

no outgoing calls

Tested by 2

stopFunction · 0.36
withFetchFunction · 0.36