Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ capacity
Method
capacity
src/callTraceStorage.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
u32 capacity() {
59
return _capacity;
60
}
61
62
u32 size() {
63
return _size;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected