MCPcopy Create free account
hub / github.com/OpenGene/fastp / print

Method print

src/sequence.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void Sequence::print(){
17 std::cerr << *mStr;
18}
19
20int Sequence::length(){
21 return mStr->length();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected