MCPcopy
hub / github.com/Tencent/TSW / emit

Method emit

lib/core/bus.ts:57–57  ·  view source on GitHub ↗
(
    event: EVENT_LIST.DNS_LOOKUP_SUCCESS,
    payload: string | dns.LookupAddress[]
  )

Source from the content-addressed store, hash-verified

55
56interface EventBus extends EventEmitter {
57 emit(
58 event: EVENT_LIST.DNS_LOOKUP_SUCCESS,
59 payload: string | dns.LookupAddress[]
60 ): boolean;

Callers 2

requestListenerWrapFunction · 0.80
callbackWrapFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected