MCPcopy Index your code
hub / github.com/nodejs/node / close

Method close

lib/internal/socket_list.js:39–44  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

37 }
38
39 close(callback) {
40 this._request({
41 cmd: 'NODE_SOCKET_NOTIFY_CLOSE',
42 key: this.key,
43 }, 'NODE_SOCKET_ALL_CLOSED', true, callback);
44 }
45
46 getConnections(callback) {
47 this._request({

Callers

nothing calls this directly

Calls 1

_requestMethod · 0.95

Tested by

no test coverage detected