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

Method registerForAppDebugPort

src/debug/run_daemon.ts:124–126  ·  view source on GitHub ↗
(subscriber: (notification: f.AppDebugPort) => void)

Source from the content-addressed store, hash-verified

122 }
123
124 public registerForAppDebugPort(subscriber: (notification: f.AppDebugPort) => void): IAmDisposable {
125 return this.subscribe(this.appDebugPortSubscriptions, subscriber);
126 }
127
128 public registerForAppStarted(subscriber: (notification: f.AppEvent) => void): IAmDisposable {
129 return this.subscribe(this.appStartedSubscriptions, subscriber);

Callers 1

spawnProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected