Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
bool FastqReader::hasNoLineBreakAtEnd() {
70
return mHasNoLineBreakAtEnd;
71
}
72
73
void FastqReader::setReadPool(ReadPool* rp) {
74
mReadPool = rp;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected