MCPcopy Create free account
hub / github.com/anomalyco/opencode / createTuiResolvedConfig

Function createTuiResolvedConfig

packages/tui/test/fixture/tui-runtime.ts:10–12  ·  view source on GitHub ↗
(input: ResolvedInput = {})

Source from the content-addressed store, hash-verified

8}
9
10export function createTuiResolvedConfig(input: ResolvedInput = {}) {
11 return resolve(input, { terminalSuspend: process.platform !== "win32" })
12}

Callers 5

createTuiPluginApiFunction · 0.90
renderDiffViewerFunction · 0.90
withThemeFunction · 0.90
HarnessFunction · 0.90

Calls 1

resolveFunction · 0.90

Tested by 3

renderDiffViewerFunction · 0.72
withThemeFunction · 0.72
HarnessFunction · 0.72