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

Method registerForAppStarted

src/debug/run_daemon.ts:128–130  ·  view source on GitHub ↗
(subscriber: (notification: f.AppEvent) => void)

Source from the content-addressed store, hash-verified

126 }
127
128 public registerForAppStarted(subscriber: (notification: f.AppEvent) => void): IAmDisposable {
129 return this.subscribe(this.appStartedSubscriptions, subscriber);
130 }
131
132 public registerForAppStop(subscriber: (notification: f.AppEvent) => void): IAmDisposable {
133 return this.subscribe(this.appStopSubscriptions, subscriber);

Callers 1

spawnProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected