MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / frame

Method frame

src/adapter/stackTrace.ts:188–190  ·  view source on GitHub ↗
(frameId: number)

Source from the content-addressed store, hash-verified

186 }
187
188 public frame(frameId: number): StackFrame | InlinedFrame | undefined {
189 return this._frameById.get(frameId);
190 }
191
192 private _appendStackTrace(thread: Thread, stackTrace: Cdp.Runtime.StackTrace | undefined) {
193 console.assert(!stackTrace || !this._asyncStackTraceId);

Callers 4

restartFrameMethod · 0.80
scopesMethod · 0.80
completionsMethod · 0.80
evaluateMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected