Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ fiber_id
Method
fiber_id
lib_fiber/cpp/src/fiber.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
unsigned int fiber::fiber_id(const fiber& fb)
64
{
65
ACL_FIBER *f = fb.get_fiber();
66
return f ? acl_fiber_id(f) : 0;
67
}
68
69
int fiber::get_errno() const
70
{
Callers
nothing calls this directly
Calls
2
get_fiber
Method · 0.80
acl_fiber_id
Function · 0.50
Tested by
no test coverage detected