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

Method constructor

src/frontend/server_console.ts:151–153  ·  view source on GitHub ↗
(public context: vscode.ExtensionContext, public logFileName = '')

Source from the content-addressed store, hash-verified

149 public static BackendPort: number = -1;
150
151 constructor(public context: vscode.ExtensionContext, public logFileName = '') {
152 this.createLogFile(logFileName);
153 }
154
155 public createLogFile(logFileName: string) {
156 this.logFName = logFileName;

Callers

nothing calls this directly

Calls 1

createLogFileMethod · 0.95

Tested by

no test coverage detected