Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ emptySessionInfo
Function
emptySessionInfo
packages/opencode/src/cli/cmd/run/runtime.boot.ts:61–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
function
emptySessionInfo(): SessionInfo {
62
return
{
63
first: true,
64
history: [],
65
variant: undefined,
66
}
67
}
68
69
function
defaultRunTuiConfig(): RunTuiConfig {
70
return
{
Callers
2
runtime.boot.ts
File · 0.85
resolveSessionInfo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected