Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
const
rooms =
new
Map<string, Room>();
Callers
1
removeSocket
Method · 0.95
Calls
2
unsubscribe
Method · 0.80
delete
Method · 0.45
Tested by
no test coverage detected