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

Function is_key_path_char

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

Source from the content-addressed store, hash-verified

800}
801
802inline bool is_key_path_char(char c)
803{
804 return (isalnum(c) || c == '.' || c == '_');
805}
806
807const KeywordDef k_keywords[] = { { token_type_t::TRUE_TOKEN, "true" }, { token_type_t::FALSE_TOKEN, "false" }, { token_type_t::FOR_TOKEN, "for" },
808 { token_type_t::IN_TOKEN, "in" }, { token_type_t::IF_TOKEN, "if" }, { token_type_t::ELIF_TOKEN, "elif" },

Callers 1

tokenize_statementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected