Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ start
Function
start
packages/opencode/src/cli/cmd/run/demo.ts:1137–1139 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1135
}
1136
1137
const
start =
async
(): Promise<void> => {
1138
intro(state)
1139
}
1140
1141
const
prompt =
async
(line: RunPrompt, signal?: AbortSignal): Promise<boolean> => {
1142
const
text = line.text.trim()
Callers
nothing calls this directly
Calls
1
intro
Function · 0.70
Tested by
no test coverage detected