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

Method _appendFrame

valdi/vscode_debugger/src/adapter/stackTrace.ts:107–110  ·  view source on GitHub ↗
(frame: StackFrame)

Source from the content-addressed store, hash-verified

105 }
106
107 _appendFrame(frame: StackFrame) {
108 this._frames.push(frame);
109 this._frameById.set(frame._id, frame);
110 }
111
112 async format(): Promise<string> {
113 const stackFrames = await this.loadFrames(50);

Callers 2

fromDebuggerMethod · 0.95
_appendStackTraceMethod · 0.95

Calls 2

setMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected