MCPcopy 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
34void Options::init() {
35}
36
37bool Options::isPaired() {
38 return in2.length() > 0 || interleavedInput;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected