MCPcopy 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.
27template<typename T, std::size_t N>
28constexpr std::size_t arraySize(T (&)[N]) noexcept {
29 return N;
30}
31
32} // namespace utils
33} // namespace retdec

Callers 13

getFileFlagsMethod · 0.85
getDllFlagsMethod · 0.85
getSectionsMethod · 0.85
getFileFlagsMethod · 0.85
getSectionsMethod · 0.85
getSegmentsMethod · 0.85
getSectionsMethod · 0.85
getDirectoryTypeFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68