MCPcopy
hub / github.com/nodejs/undici / set

Method set

lib/interceptor/dns.js:123–125  ·  view source on GitHub ↗
(hostname, records)

Source from the content-addressed store, hash-verified

121 }
122
123 set (hostname, records) {
124 this.#records.set(hostname, records)
125 }
126
127 delete (hostname) {
128 this.#records.delete(hostname)

Callers 3

deduplicate.jsFile · 0.45
#defaultLookupMethod · 0.45
setRecordsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected