MCPcopy Create free account
hub / github.com/apache/brpc / count_labels

Method count_labels

src/bvar/mvariable.h:128–128  ·  view source on GitHub ↗

Get number of mvariable labels

Source from the content-addressed store, hash-verified

126
127 // Get number of mvariable labels
128 size_t count_labels() const { return _labels.size(); }
129
130protected:
131 KeyType _labels;

Callers 2

TestLabelsFunction · 0.80
is_valid_lables_valueMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TestLabelsFunction · 0.64