MCPcopy 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

103exports.sessioninfos = sessioninfos;
104
105function getTotalActiveUsers() {
106 return socketio ? socketio.engine.clientsCount : 0;
107}
108
109exports.getTotalActiveUsers = getTotalActiveUsers;
110

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected