Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
long long master_fiber::users_count()
168
{
169
return acl_fiber_server_users_count();
170
}
171
172
long long master_fiber::users_count_add(int n)
173
{
Callers
nothing calls this directly
Calls
1
acl_fiber_server_users_count
Function · 0.85
Tested by
no test coverage detected