Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ size
Method
size
common/unordered_inline_set.h:402–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
}
401
402
size_type size() const noexcept {
403
return _data.size();
404
}
405
406
size_type max_size() const noexcept {
407
return std::numeric_limits<size_type>::max();
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected