Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ cleanup
Function
cleanup
test/fixtures/tls-connect.js:102–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
function
cleanup() {
103
if
(server.server)
104
server.server.close();
105
if
(client.conn)
106
client.conn.end();
107
}
108
};
Callers
nothing calls this directly
Calls
2
close
Method · 0.65
end
Method · 0.45
Tested by
no test coverage detected