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

Method createVariable

valdi/vscode_debugger/src/adapter/variables.ts:270–272  ·  view source on GitHub ↗
(value: Cdp.Runtime.RemoteObject, context?: string)

Source from the content-addressed store, hash-verified

268 }
269
270 async createVariable(value: Cdp.Runtime.RemoteObject, context?: string): Promise<Dap.Variable> {
271 return this._createVariable('', new RemoteObject('', this._cdp, value), context);
272 }
273
274 async createScope(
275 value: Cdp.Runtime.RemoteObject,

Callers 2

evaluateMethod · 0.80
_evaluateReplMethod · 0.80

Calls 1

_createVariableMethod · 0.95

Tested by

no test coverage detected