MCPcopy
hub / github.com/microsoft/vscode-js-debug / callFrameId

Method callFrameId

src/adapter/stackTrace.ts:459–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

457 }
458
459 callFrameId(): string | undefined {
460 return this._scope ? this._scope.callFrameId : undefined;
461 }
462
463 /** @inheritdoc */
464 async scopes(): Promise<Dap.ScopesResult> {

Callers 7

restartFrameMethod · 0.80
completionsMethod · 0.80
_evaluteWasmMethod · 0.80
_evaluteJsMethod · 0.80
evaluateMethod · 0.80
scopesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected