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

Method connectToVmServiceIfReady

src/debug/web_debug_impl.ts:145–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 }
144
145 private async connectToVmServiceIfReady() {
146 if (this.vmServiceUri && this.appHasStarted && !this.vmService)
147 await this.initDebugger(this.vmServiceUri);
148 }
149
150 protected async terminate(force: boolean): Promise<void> {
151 if (!this.appHasBeenToldToStopOrDetach) {

Callers 1

spawnProcessMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected