MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / isArray

Method isArray

erpcgen/src/types/DataType.hpp:119–119  ·  view source on GitHub ↗

! * @brief This function is testing data type. * * @retval true When data type is ArrayType. * @retval false When data type isn't ArrayType. */

Source from the content-addressed store, hash-verified

117 * @retval false When data type isn't ArrayType.
118 */
119 bool isArray() const { return (m_dataType == data_type_t::kArrayType); }
120
121 /*!
122 * @brief This function return "false" value as default for identify binary type.

Callers 11

isServerNullParamMethod · 0.80
getFunctionPrototypeMethod · 0.80
getEncodeDecodeCallMethod · 0.80
getEncodeDecodeCallMethod · 0.80
getDataTypeNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected