MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / send

Method send

src/shared/back/SocketClient.ts:186–188  ·  view source on GitHub ↗
(type: TYPE, ...args: Parameters<BackInTemplate[TYPE]>)

Source from the content-addressed store, hash-verified

184 }
185
186 send<TYPE extends keyof BackInTemplate>(type: TYPE, ...args: Parameters<BackInTemplate[TYPE]>): void {
187 server_send(this.client, type, ...args);
188 }
189
190 allowDeath(): void {
191 this.abortReconnects = true;

Callers

nothing calls this directly

Calls 1

server_sendFunction · 0.90

Tested by

no test coverage detected