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

Method variables

valdi/vscode_debugger/src/dap/api.d.ts:1349–1349  ·  view source on GitHub ↗

* Retrieves all child variables for the given variable reference. * An optional filter can be used to limit the fetched children to either named or indexed children.

(params: VariablesParams)

Source from the content-addressed store, hash-verified

1347 * An optional filter can be used to limit the fetched children to either named or indexed children.
1348 */
1349 variables(params: VariablesParams): Promise<VariablesResult>;
1350
1351 /**
1352 * Set the variable with the given name in the variable container to a new value. Clients should only call this request if the capability 'supportsSetVariable' is true.

Callers 5

walkVariablesFunction · 0.80
logOutputMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by 1

operator()Method · 0.64