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

Method customRequest

src/test/debug_client_ms.ts:313–315  ·  view source on GitHub ↗
(command: string, args?: any)

Source from the content-addressed store, hash-verified

311 }
312
313 public customRequest(command: string, args?: any): Promise<DebugProtocol.Response> {
314 return this.send(command, args);
315 }
316
317 // ---- convenience methods -----------------------------------------------------------------------------------------------
318

Callers 15

launchMethod · 0.45
hotReloadMethod · 0.45
dart_cli.test.tsFile · 0.45
web.test.tsFile · 0.45
registerMethod · 0.45
invalidateMethod · 0.45
runTestsMethod · 0.45
constructorMethod · 0.45
applyNewDebugOptionMethod · 0.45

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected