Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ dd_size
Method
dd_size
libs/indexer/drules_struct.pb.cc:430–432 ·
view source on GitHub ↗
repeated double dd = 1;
Source
from the content-addressed store, hash-verified
428
429
// repeated double dd = 1;
430
int DashDotProto::dd_size() const {
431
return dd_.size();
432
}
433
void DashDotProto::clear_dd() {
434
dd_.Clear();
435
}
Callers
2
SerializeWithCachedSizes
Method · 0.95
ByteSizeLong
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected