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

Method on

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

Source from the content-addressed store, hash-verified

80 ): boolean;
81
82 on(
83 event: EVENT_LIST.DNS_LOOKUP_SUCCESS,
84 listener: (payload: string | dns.LookupAddress[]) => void
85 ): this;

Callers 6

requestListenerWrapFunction · 0.80
index.test.tsFile · 0.80
incoming.test.tsFile · 0.80
dns.hack.test.tsFile · 0.80
index.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected