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

Method GetFirst

src/utils/VectorOps/VectorOps.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366
367string VectorOps::GetFirst(void)
368{
369 return _vecs[0];
370}
371
372
373string VectorOps::GetLast(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected