MCPcopy Create free account
hub / github.com/Snapchat/Valdi / callFrameId

Method callFrameId

valdi/vscode_debugger/src/adapter/stackTrace.ts:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 }
182
183 callFrameId(): string | undefined {
184 return this._scope ? this._scope.callFrameId : undefined;
185 }
186
187 async scopes(): Promise<Dap.ScopesResult> {
188 if (!this._scope) {

Callers 4

restartFrameMethod · 0.80
completionsMethod · 0.80
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected