Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGene/fastp
/ Sequence
Method
Sequence
src/sequence.cpp:4–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"simd.h"
3
4
Sequence::Sequence(){
5
}
6
7
Sequence::Sequence(string* seq){
8
mStr = seq;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected