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