MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getTerminalPanel

Function getTerminalPanel

src/utils/terminalPanel.ts:43–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 * Return the singleton TerminalPanel, creating it lazily on first use.
42 */
43export function getTerminalPanel(): TerminalPanel {
44 if (!instance) {
45 instance = new TerminalPanel()
46 }
47 return instance
48}
49
50class TerminalPanel {
51 private hasTmux: boolean | undefined

Callers 1

GlobalKeybindingHandlersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected