MCPcopy Create free account
hub / github.com/OpenGene/fastplong / process

Method process

src/processor.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12bool Processor::process() {
13 SingleEndProcessor p(mOptions);
14 p.process();
15
16 return true;
17}

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected