MCPcopy 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;
430int DashDotProto::dd_size() const {
431 return dd_.size();
432}
433void DashDotProto::clear_dd() {
434 dd_.Clear();
435}

Callers 2

ByteSizeLongMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected