Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ close
Function
close
test/sequential/test-inspector-open-dispose.mjs:56–59 ·
view source on GitHub ↗
(self, err)
Source
from the content-addressed store, hash-verified
54
.on(
'error'
,
function
(err) { close(this, err); });
55
56
function
close(self, err) {
57
self.end();
58
self.on(
'close'
, () => callback(err));
59
}
60
}
61
62
async
function
beChild() {
Callers
1
ping
Function · 0.70
Calls
3
callback
Function · 0.50
end
Method · 0.45
on
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…