Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
start
Function · 0.95
index.ts
File · 0.45
attempt
Function · 0.45
worker.ts
File · 0.45
executeUninstall
Function · 0.45
mcp.ts
File · 0.45
createPlugTask
Function · 0.45
installGitHubApp
Function · 0.45
providers.ts
File · 0.45
upgrade.ts
File · 0.45
agent.ts
File · 0.45
account.ts
File · 0.45
Calls
1
run
Method · 0.95
Tested by
no test coverage detected