Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ arraySize
Function
arraySize
include/retdec/utils/array.h:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
// elements it contains.
27
template<typename T, std::size_t N>
28
constexpr std::size_t arraySize(T (&)[N]) noexcept {
29
return N;
30
}
31
32
} // namespace utils
33
} // namespace retdec
Callers
13
fruit_var_name_gen.cpp
File · 0.85
word_var_name_gen.cpp
File · 0.85
readable_var_renamer.cpp
File · 0.85
getFileFlags
Method · 0.85
getDllFlags
Method · 0.85
getSections
Method · 0.85
getFileFlags
Method · 0.85
getSections
Method · 0.85
getSegments
Method · 0.85
getDynamicSectionsSegments
Method · 0.85
getSections
Method · 0.85
getDirectoryType
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68