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

Method format

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

Source from the content-addressed store, hash-verified

110 }
111
112 async format(): Promise<string> {
113 const stackFrames = await this.loadFrames(50);
114 const promises = stackFrames.map(frame => frame.format());
115 return (await Promise.all(promises)).join('\n') + '\n';
116 }
117
118 async toDap(params: Dap.StackTraceParams): Promise<Dap.StackTraceResult> {
119 const from = params.startFrame || 0;

Callers 11

formatWithTimeZoneMethod · 0.45
formatNumberMethod · 0.45
updateOverlayLabelMethod · 0.45
setMinutesIntervalMethod · 0.45
updateOverlayLabelMethod · 0.45
__run_bazelFunction · 0.45
compileNativeFunction · 0.45
generate_proto.pyFile · 0.45
checkAndFormatFilesFunction · 0.45

Calls 4

loadFramesMethod · 0.95
allMethod · 0.65
mapMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected