Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arq5x/bedtools2
/ GetLast
Method
GetLast
src/utils/VectorOps/VectorOps.cpp:373–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
372
373
string VectorOps::GetLast(void)
374
{
375
return _vecs[_vecs.size() - 1];
376
}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected