MCPcopy Create free account
hub / github.com/arq5x/bedtools2 / getCount

Method getCount

src/utils/KeyListOps/KeyListOpsMethods.cpp:190–192  ·  view source on GitHub ↗

return the count of element in the vector

Source from the content-addressed store, hash-verified

188}
189// return the count of element in the vector
190uint32_t KeyListOpsMethods::getCount() {
191 return _keyList->size();
192}
193// return a delimited list of the unique elements
194const string &KeyListOpsMethods::getDistinct() {
195 if (empty()) return _nullVal;

Callers 1

KeyListOps.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected