Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ end
Function
end
packages/microservices/helpers/tcp-socket.ts:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
public end() {
37
this.socket.end();
38
return
this;
39
}
40
41
public sendMessage(message: any, callback?: (err?: any) => void) {
42
if
(this.isClosed) {
Callers
8
performHttpCall
Function · 0.85
performHttpCall
Function · 0.85
performHttpCall
Function · 0.85
performHttpCall
Function · 0.85
performHttpCall
Function · 0.85
performHttpCall
Function · 0.85
performHttpCall
Function · 0.85
performHttpCall
Function · 0.85
Calls
1
end
Method · 0.65
Tested by
8
performHttpCall
Function · 0.68
performHttpCall
Function · 0.68
performHttpCall
Function · 0.68
performHttpCall
Function · 0.68
performHttpCall
Function · 0.68
performHttpCall
Function · 0.68
performHttpCall
Function · 0.68
performHttpCall
Function · 0.68