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

Method start

packages/opencode/src/acp/event.ts:56–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 start() {
57 if (this.started) return
58 this.started = true
59 this.run().catch(() => {
60 if (this.abort.signal.aborted) return
61 })
62 }
63
64 stop() {
65 this.abort.abort()

Callers 15

startFunction · 0.95
index.tsFile · 0.45
attemptFunction · 0.45
worker.tsFile · 0.45
executeUninstallFunction · 0.45
mcp.tsFile · 0.45
createPlugTaskFunction · 0.45
installGitHubAppFunction · 0.45
providers.tsFile · 0.45
upgrade.tsFile · 0.45
agent.tsFile · 0.45
account.tsFile · 0.45

Calls 1

runMethod · 0.95

Tested by

no test coverage detected