Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RocketChat/Rocket.Chat
/ get
Function
get
apps/meteor/client/lib/presence.ts:120–123 ·
view source on GitHub ↗
(uid: UserPresence['_id'])
Source
from the content-addressed store, hash-verified
118
};
119
120
const
get = (uid: UserPresence[
'_id'
]): void => {
121
uids.add(uid);
122
fetch();
123
};
124
const
stop = (uid: UserPresence[
'_id'
]): void => {
125
deletedUids.add(uid);
126
fetch();
Callers
2
createDocumentMapStore
Function · 0.50
useFieldError
Function · 0.50
Calls
6
fetch
Function · 0.85
resolve
Function · 0.85
listen
Function · 0.85
add
Method · 0.65
has
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected