Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParAlg/gbbs
/ length
Method
length
pbbslib/concurrent_stack.h:64–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
CAS_t head;
63
64
size_t length(Node* n) {
65
if (n == NULL)
66
return 0;
67
else
68
return n->length;
69
}
70
71
public:
72
prim_concurrent_stack() {
Callers
2
report
Method · 0.80
report
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected