MCPcopy Create free account
hub / github.com/Marus/cortex-debug / findExisting

Method findExisting

src/frontend/pty.ts:126–128  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

124 }
125
126 public static findExisting(name: string): PtyTerminal {
127 return PtyTerminal.oldOnes[name];
128 }
129
130 // pause and resume are used when the terminal should appear to not take any input
131 // all further input is lost. Output will still be processed

Callers 2

createVSCodeTerminalMethod · 0.80
createVSCodeTerminalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected