MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / variablesRequest

Method variablesRequest

src/test/debug_client_ms.ts:273–275  ·  view source on GitHub ↗
(args: DebugProtocol.VariablesArguments)

Source from the content-addressed store, hash-verified

271 }
272
273 public variablesRequest(args: DebugProtocol.VariablesArguments): Promise<DebugProtocol.VariablesResponse> {
274 return this.send('variables', args);
275 }
276
277 public setVariableRequest(args: DebugProtocol.SetVariableArguments): Promise<DebugProtocol.SetVariableResponse> {
278 return this.send('setVariable', args);

Callers 1

getVariablesMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected