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

Function debugTerminal

packages/app/src/components/terminal.tsx:66–69  ·  view source on GitHub ↗
(...values: unknown[])

Source from the content-addressed store, hash-verified

64}
65
66const debugTerminal = (...values: unknown[]) => {
67 if (!import.meta.env.DEV) return
68 console.debug("[terminal]", ...values)
69}
70
71const useTerminalUiBindings = (input: {
72 container: HTMLDivElement

Callers 6

persistTerminalFunction · 0.85
cleanupFunction · 0.85
pushSizeFunction · 0.85
goneFunction · 0.85
handleMessageFunction · 0.85
handleErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected