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

Method getTokenString

erpcgen/src/AstNode.hpp:157–157  ·  view source on GitHub ↗

! * @brief This function returns string representation of this node token value. * * @return Node token value string representation. */

Source from the content-addressed store, hash-verified

155 * @return Node token value string representation.
156 */
157 std::string getTokenString() { return m_token.getValue() ? m_token.getValue()->toString() : ""; }
158 //@}
159
160 //! @name Parent

Callers 3

handleStructMemberMethod · 0.80
addDoxygenCommentsMethod · 0.80

Calls 2

getValueMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected