Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ add_fetch
Method
add_fetch
lib_acl_cpp/src/stdlib/atomic.cpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
long long atomic_long::add_fetch(long long n)
67
{
68
return acl_atomic_int64_add_fetch((ACL_ATOMIC*) atomic_, n);
69
}
70
71
} // namespace acl
Callers
3
add
Method · 0.80
run
Method · 0.80
main
Function · 0.80
Calls
1
acl_atomic_int64_add_fetch
Function · 0.85
Tested by
no test coverage detected