MCPcopy
hub / github.com/FoalTS/foal / close

Method close

packages/socket.io/src/ws-server.service.ts:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 close(): void {
19 if (this.server) {
20 this.server.close();
21 }
22 }
23
24}

Calls

no outgoing calls

Tested by

no test coverage detected