Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGene/fastp
/ init
Method
init
src/options.cpp:34–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void Options::init() {
35
}
36
37
bool Options::isPaired() {
38
return in2.length() > 0 || interleavedInput;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected