Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ createLegacyTuiPluginHost
Function
createLegacyTuiPluginHost
packages/opencode/src/plugin/tui/runtime.ts:1124–1129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1122
}
1123
1124
export
function
createLegacyTuiPluginHost(): TuiPluginHost {
1125
return
{
1126
start: init,
1127
dispose,
1128
}
1129
}
1130
1131
export
* as TuiPluginRuntime from
"./runtime"
Callers
2
tui.ts
File · 0.85
attach.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected