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

Method hasExtension

Assembly/SeqExt.h:82–85  ·  view source on GitHub ↗

Return whether this kmer has any adjacent kmer. */

Source from the content-addressed store, hash-verified

80
81 /** Return whether this kmer has any adjacent kmer. */
82 bool hasExtension() const
83 {
84 return m_record > 0;
85 }
86
87 /** Return whether this kmer has more than one adjacent kmer.
88 */

Callers 3

TESTFunction · 0.45
checkSeqContiguityFunction · 0.45
extendBranchFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36