MCPcopy Index your code
hub / github.com/anomalyco/opencode / defaultRunTuiConfig

Function defaultRunTuiConfig

packages/opencode/src/cli/cmd/run/runtime.boot.ts:69–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69function defaultRunTuiConfig(): RunTuiConfig {
70 return {
71 ...resolve({}, { terminalSuspend: process.platform !== "win32" }),
72 diff_style: "auto",
73 }
74}
75
76function runTuiConfig(config: Config | undefined): RunTuiConfig {
77 if (!config) {

Callers 2

runTuiConfigFunction · 0.85
resolveRunTuiConfigFunction · 0.85

Calls 1

resolveFunction · 0.90

Tested by

no test coverage detected