Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ close
Method
close
deps/undici/undici.js:586–588 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
584
throw
new
Error(
"not implemented"
);
585
}
586
close() {
587
throw
new
Error(
"not implemented"
);
588
}
589
destroy() {
590
throw
new
Error(
"not implemented"
);
591
}
Callers
nothing calls this directly
Calls
9
queueMicrotask
Function · 0.85
__name
Function · 0.85
close
Method · 0.65
reject
Function · 0.50
resolve
Function · 0.50
callback
Function · 0.50
push
Method · 0.45
then
Method · 0.45
destroy
Method · 0.45
Tested by
no test coverage detected