Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
Processor::Processor(Options* opt){
5
mOptions = opt;
6
}
7
8
9
Processor::~Processor(){
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected