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

Method registerForAppStart

src/debug/run_daemon.ts:120–122  ·  view source on GitHub ↗
(subscriber: (notification: f.AppStart) => void)

Source from the content-addressed store, hash-verified

118 }
119
120 public registerForAppStart(subscriber: (notification: f.AppStart) => void): IAmDisposable {
121 return this.subscribe(this.appStartSubscriptions, subscriber);
122 }
123
124 public registerForAppDebugPort(subscriber: (notification: f.AppDebugPort) => void): IAmDisposable {
125 return this.subscribe(this.appDebugPortSubscriptions, subscriber);

Callers 1

spawnProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected