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

Method GetCount

src/utils/VectorOps/VectorOps.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224uint32_t VectorOps::GetCount(void)
225{
226 return _vecs.size();
227}
228
229uint32_t VectorOps::GetCountDistinct(void)
230{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected