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

Method getInterface

erpcgen/src/types/Function.hpp:49–49  ·  view source on GitHub ↗

! * @brief This function returns parent Interface. * * @return parent Interface. */

Source from the content-addressed store, hash-verified

47 * @return parent Interface.
48 */
49 Interface *getInterface() const { return m_interface; }
50
51 /*!
52 * @brief This function returns function parameters.

Callers 5

handleInterfaceMethod · 0.45
getFunctionPrototypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected