Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ cancel
Method
cancel
lib/internal/dns/utils.js:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
cancel() {
96
this._handle.cancel();
97
}
98
99
getServers() {
100
return
ArrayPrototypeMap(this._handle.getServers() || [], (val) => {
Callers
6
Execute
Function · 0.45
execute
Method · 0.45
"lib/web/fetch/body.js"
Function · 0.45
abortFetch
Function · 0.45
abortFetch
Function · 0.45
body.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected