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

Method hasNoLineBreakAtEnd

src/fastqreader.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69bool FastqReader::hasNoLineBreakAtEnd() {
70 return mHasNoLineBreakAtEnd;
71}
72
73void FastqReader::setReadPool(ReadPool* rp) {
74 mReadPool = rp;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected