Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ size
Method
size
base/attribute_set.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
const_iterator cend() const { return attributes_.cend(); }
71
72
size_type size() const { return attributes_.size(); }
73
74
bool empty() const { return attributes_.empty(); }
75
Callers
4
IsMatch
Method · 0.45
operator==
Method · 0.45
WriteFile
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected