MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / rooms.ts

File rooms.ts

apps/collab-server/src/rooms.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { getSelfPublisherIdBytes } from '@stdlib/data';
2import { bytesToText, equalUint8Arrays, splitStr } from '@stdlib/misc';
3import { mainLogger } from '@stdlib/misc';
4import type { WebSocket } from 'ws';

Callers

nothing calls this directly

Calls 5

bytesToTextFunction · 0.90
equalUint8ArraysFunction · 0.90
subMethod · 0.80
broadcastMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected