MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / destroy

Method destroy

apps/collab-server/src/rooms.ts:66–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 destroy() {
67 rooms.delete(this.name);
68
69 void getSub().unsubscribe(this.name);
70 }
71}
72
73const rooms = new Map<string, Room>();

Callers 1

removeSocketMethod · 0.95

Calls 2

unsubscribeMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected