Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
FMIndex() : m_sampleSA(1) { }
Callers
6
printDuplicates
Function · 0.80
findMatch
Function · 0.80
find
Function · 0.80
addSuffixOverlaps
Function · 0.80
addPrefixOverlaps
Function · 0.80
findSubstring
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected