MCPcopy 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
1124export function createLegacyTuiPluginHost(): TuiPluginHost {
1125 return {
1126 start: init,
1127 dispose,
1128 }
1129}
1130
1131export * as TuiPluginRuntime from "./runtime"

Callers 2

tui.tsFile · 0.85
attach.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected