MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / IsIdentifierStart

Function IsIdentifierStart

native/thirdpart/flatbuffers/idl_parser.cpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329static inline bool IsIdentifierStart(char c) {
330 return is_alpha(c) || (c == '_');
331}
332
333CheckedError Parser::Next() {
334 doc_comment_.clear();

Callers 3

NextMethod · 0.85
ParseFieldMethod · 0.85
ParseSingleValueMethod · 0.85

Calls 1

is_alphaFunction · 0.85

Tested by

no test coverage detected