Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ size
Method
size
extern/re2/re2/sparse_array.h:129–131 ·
view source on GitHub ↗
Return the number of entries in the array.
Source
from the content-addressed store, hash-verified
127
128
// Return the number of entries in the array.
129
int size() const {
130
return size_;
131
}
132
133
// Indicate whether the array is empty.
134
int empty() const {
Callers
1
max_size
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected