Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ether/etherpad
/ getTotalActiveUsers
Function
getTotalActiveUsers
src/node/handler/PadMessageHandler.ts:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
exports.sessioninfos = sessioninfos;
104
105
function
getTotalActiveUsers() {
106
return
socketio ? socketio.engine.clientsCount : 0;
107
}
108
109
exports.getTotalActiveUsers = getTotalActiveUsers;
110
Callers
1
PadMessageHandler.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected