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

Method fire

src/shared/logging.ts:12–14  ·  view source on GitHub ↗
(msg: LogMessage)

Source from the content-addressed store, hash-verified

10
11class LogEmitter extends EventEmitter {
12 public fire(msg: LogMessage): void {
13 this.emit("log", msg);
14 }
15 public onLog(listener: (message: LogMessage) => void): IAmDisposable {
16 this.on("log", listener);
17 return {

Callers 15

logMethod · 0.45
updateNodeMethod · 0.45
handleDataMethod · 0.45
deviceAddedMethod · 0.45
setCurrentDeviceMethod · 0.45
deviceRemovedMethod · 0.45
enablePlatformTypeMethod · 0.45
createWatcherFunction · 0.45
constructorMethod · 0.45
handleUpdateMethod · 0.45
activateFunction · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected