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

Method hotReload

src/test/dart_debug_client.ts:411–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409 }
410
411 public async hotReload(): Promise<void> {
412 // If we reload too fast, things fail :-/
413 await delay(500);
414
415 await Promise.all([
416 this.waitForHotReload(),
417 this.customRequest("hotReload"),
418 ]);
419 }
420}

Callers

nothing calls this directly

Calls 3

waitForHotReloadMethod · 0.95
delayFunction · 0.90
customRequestMethod · 0.45

Tested by

no test coverage detected