Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ countof
Function
countof
RResolver/RAlgorithmsShort.cpp:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
template<std::size_t N, class T>
23
constexpr std::size_t countof(T(&)[N]) { return N; }
24
25
typedef std::map<unsigned int, std::map<unsigned int, Support>> SupportMap;
26
typedef std::map<unsigned int, SupportMap> RepeatSupportMap;
Callers
1
resolveRepeats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected