MCPcopy
hub / github.com/tsrpc/tsrpc / destroy

Method destroy

src/server/ws/WsConnection.ts:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 destroy() {
79 WsConnection.pool.put(this);
80 }
81
82 // Send Msg
83 sendMsg<T extends keyof ServiceType['msg']>(msgName: T, msg: ServiceType['msg'][T]) {

Callers 1

cleanMethod · 0.45

Calls 1

putMethod · 0.80

Tested by

no test coverage detected