MCPcopy
hub / github.com/signalapp/Signal-Desktop / emit

Method emit

ts/test-mock/playwright.node.ts:276–278  ·  view source on GitHub ↗
(type: string | symbol, ...args: Array<any>)

Source from the content-addressed store, hash-verified

274
275 // oxlint-disable-next-line typescript/no-explicit-any
276 public override emit(type: string | symbol, ...args: Array<any>): boolean {
277 return super.emit(type, ...args);
278 }
279
280 public async getPendingEventCount(event: string): Promise<number> {
281 const window = await this.getWindow();

Callers 15

startMethod · 0.95
#scheduleNextCallbackMethod · 0.45
unlinkFunction · 0.45
startAppFunction · 0.45
startFunction · 0.45
unlinkAndDisconnectFunction · 0.45
fetchLogFunction · 0.45
dripMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected