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

Method is_valid

erpcgen/src/cpptemplate/cpptempl.cpp:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 size_t size() const { return m_tokens.size(); }
156 bool empty() const { return size() == 0; }
157 bool is_valid() const { return m_index < size(); }
158 const Token *get() const;
159 const Token *next();
160 const Token *match(token_type_t tokenType, const char *failure_msg = nullptr);

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64