MCPcopy Create free account
hub / github.com/gotify/server /

Class

ui/src/message/WebSocketStore.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import {IMessage} from '../types';
6
7export class WebSocketStore {
8 private wsActive = false;
9 private ws: WebSocket | null = null;
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected