Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ getNumRepetitions
Method
getNumRepetitions
source/EngineInterface/GenomeDescriptionService.cpp:425–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
int GenomeDescriptionService::getNumRepetitions(std::vector<uint8_t> const& data)
426
{
427
return convertByteToByteWithInfinity(data.at(Const::GenomeHeaderNumRepetitionsPos));
428
}
Callers
1
validateAndCorrect
Method · 0.80
Calls
1
convertByteToByteWithInfinity
Function · 0.85
Tested by
1
validateAndCorrect
Method · 0.64