MCPcopy 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
425int GenomeDescriptionService::getNumRepetitions(std::vector<uint8_t> const& data)
426{
427 return convertByteToByteWithInfinity(data.at(Const::GenomeHeaderNumRepetitionsPos));
428}

Callers 1

validateAndCorrectMethod · 0.80

Calls 1

Tested by 1

validateAndCorrectMethod · 0.64