Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
224
uint32_t VectorOps::GetCount(void)
225
{
226
return _vecs.size();
227
}
228
229
uint32_t VectorOps::GetCountDistinct(void)
230
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected