Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
#defaultLookup
Method · 0.45
setRecords
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected