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

Method toString

src/read.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115string Read::toString() {
116 return *mName + "\n" + *mSeq + "\n" + *mStrand + "\n" + *mQuality + "\n";
117}
118
119void Read::appendToString(string* target) {
120 size_t nameLen = mName->length();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected