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

Method qspan

FMIndex/FMIndex.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 : SAInterval(l, u), qstart(qstart), qend(qend), num(num) { }
67
68 unsigned qspan() const
69 {
70 assert(qstart <= qend);
71 return qend - qstart;
72 }
73};
74
75FMIndex() : m_sampleSA(1) { }

Callers 6

printDuplicatesFunction · 0.80
findMatchFunction · 0.80
findFunction · 0.80
addSuffixOverlapsFunction · 0.80
addPrefixOverlapsFunction · 0.80
findSubstringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected