MCPcopy Create free account
hub / github.com/parse-community/parse-server /

Class

src/Adapters/WebSocketServer/WSAdapter.js:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * Wrapper for ws node module
7 */
8export class WSAdapter extends WSSAdapter {
9 constructor(options: any) {
10 super(options);
11 this.options = options;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected