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

Method Processor

src/processor.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected