Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/undici
/ deleteRecords
Method
deleteRecords
lib/interceptor/dns.js:377–379 ·
view source on GitHub ↗
(origin)
Source
from the content-addressed store, hash-verified
375
}
376
377
deleteRecords (origin) {
378
this.storage.delete(origin.hostname)
379
}
380
381
getHandler (meta, opts) {
382
return
new
DNSDispatchHandler(this, meta, opts)
Callers
1
onResponseError
Method · 0.80
Calls
1
delete
Method · 0.65
Tested by
no test coverage detected