Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGene/fastplong
/ length
Method
length
src/sequence.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
int Sequence::length(){
26
return mStr->length();
27
}
28
29
string Sequence::reverseComplement(string *HWY_RESTRICT origin) {
30
auto length = origin->length();
Callers
1
sequence.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected