MCPcopy Create free account
hub / github.com/OpenGene/fastplong / length

Method length

src/sequence.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25int Sequence::length(){
26 return mStr->length();
27}
28
29string Sequence::reverseComplement(string *HWY_RESTRICT origin) {
30 auto length = origin->length();

Callers 1

sequence.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected