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

Method constructor

src/frontend/rtt_terminal.ts:21–30  ·  view source on GitHub ↗
(
        protected context: vscode.ExtensionContext,
        public options: RTTConsoleDecoderOpts,
        src: SocketRTTSource)

Source from the content-addressed store, hash-verified

19 }
20
21 constructor(
22 protected context: vscode.ExtensionContext,
23 public options: RTTConsoleDecoderOpts,
24 src: SocketRTTSource) {
25 this.ptyOptions = this.createTermOptions(null);
26 this.createTerminal();
27 this.sanitizeEncodings(this.options);
28 this.connectToSource(src);
29 this.openLogFile();
30 }
31
32 private connectToSource(src: SocketRTTSource) {
33 this.hrTimer = new HrTimer();

Callers

nothing calls this directly

Calls 5

createTermOptionsMethod · 0.95
createTerminalMethod · 0.95
sanitizeEncodingsMethod · 0.95
connectToSourceMethod · 0.95
openLogFileMethod · 0.95

Tested by

no test coverage detected