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

Method _appendFrame

src/adapter/stackTrace.ts:225–227  ·  view source on GitHub ↗
(frame: FrameElement)

Source from the content-addressed store, hash-verified

223 }
224
225 private _appendFrame(frame: FrameElement) {
226 this._spliceFrames(this.frames.length, 0, frame);
227 }
228
229 public async formatAsNative(): Promise<string> {
230 return await this.formatWithMapper(frame => frame.formatAsNative());

Callers 2

fromDebuggerMethod · 0.95
_appendStackTraceMethod · 0.95

Calls 1

_spliceFramesMethod · 0.95

Tested by

no test coverage detected