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

Method getCurrentProp

src/frontend/extension.ts:698–701  ·  view source on GitHub ↗
(session: vscode.DebugSession, prop: string)

Source from the content-addressed store, hash-verified

696 }
697
698 private getCurrentProp(session: vscode.DebugSession, prop: string) {
699 const args = this.getCurrentArgs(session);
700 return args ? args[prop] : undefined;
701 }
702
703 // Assuming 'session' valid and it a cortex-debug session
704 private isDebugging(session: vscode.DebugSession) {

Callers 1

isDebuggingMethod · 0.95

Calls 1

getCurrentArgsMethod · 0.95

Tested by

no test coverage detected