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

Method Processor

src/processor.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "seprocessor.h"
4
5Processor::Processor(Options* opt){
6 mOptions = opt;
7}
8
9
10Processor::~Processor(){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected