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

Method uiLocation

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

Source from the content-addressed store, hash-verified

312 }
313
314 uiLocation(): Promise<IPreferredUiLocation | undefined> {
315 return this._uiLocation;
316 }
317
318 async _scopeVariable(scopeNumber: number, scope: IScope): Promise<Dap.Variable> {
319 const existing = scope.variables[scopeNumber];

Callers 3

_onConsoleMessageMethod · 0.80
_formatExceptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected