MCPcopy Create free account
hub / github.com/avast/retdec / getDimensionCount

Method getDimensionCount

src/ctypes/array_type.cpp:76–79  ·  view source on GitHub ↗

* @brief Returns array's dimensions count. */

Source from the content-addressed store, hash-verified

74* @brief Returns array's dimensions count.
75*/
76ArrayType::Dimensions::size_type ArrayType::getDimensionCount() const
77{
78 return dimensions.size();
79}
80
81/**
82* @brief Returns @c true when Type is array, @c false otherwise.

Callers 4

TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64