MCPcopy Create free account
hub / github.com/BirolLab/abyss / getContigSize

Function getContigSize

RResolver/Contigs.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26int
27getContigSize(const ContigNode& node)
28{
29 return getContigSequence(node).size();
30}
31
32const std::string&
33getContigComment(const ContigNode& node)

Callers 1

isSmallRepeatFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected