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

Function recordAdditionalPid

src/debug/dart_debug_impl.ts:369–372  ·  view source on GitHub ↗
(pid: number)

Source from the content-addressed store, hash-verified

367 }
368
369 protected recordAdditionalPid(pid: number) {
370 this.additionalPidsToTerminate.add(pid);
371 this.additionalPidCompleter.resolve();
372 }
373
374 private async subscribeToStreams(): Promise<void> {
375 if (!this.vmService)

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected