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

Function acl_fiber_server_users_count

lib_fiber/cpp/src/fiber_server.cpp:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132long long acl_fiber_server_users_count()
133{
134 if (__clock) {
135 return acl_atomic_clock_users(__clock);
136 } else {
137 return 0;
138 }
139}
140
141static void fiber_client(ACL_FIBER *fiber acl_unused, void *ctx)
142{

Callers 1

users_countMethod · 0.85

Calls 1

acl_atomic_clock_usersFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…