MCPcopy
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

performHttpCallFunction · 0.85
performHttpCallFunction · 0.85
performHttpCallFunction · 0.85
performHttpCallFunction · 0.85
performHttpCallFunction · 0.85
performHttpCallFunction · 0.85
performHttpCallFunction · 0.85
performHttpCallFunction · 0.85

Calls 1

endMethod · 0.65

Tested by 8

performHttpCallFunction · 0.68
performHttpCallFunction · 0.68
performHttpCallFunction · 0.68
performHttpCallFunction · 0.68
performHttpCallFunction · 0.68
performHttpCallFunction · 0.68
performHttpCallFunction · 0.68
performHttpCallFunction · 0.68