MCPcopy 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

ExecuteFunction · 0.45
executeMethod · 0.45
"lib/web/fetch/body.js"Function · 0.45
abortFetchFunction · 0.45
abortFetchFunction · 0.45
body.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected