MCPcopy Create free account
hub / github.com/acl-dev/acl / users_count

Method users_count

lib_fiber/cpp/src/master_fiber.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167long long master_fiber::users_count()
168{
169 return acl_fiber_server_users_count();
170}
171
172long long master_fiber::users_count_add(int n)
173{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected