Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
static inline bool IsIdentifierStart(char c) {
330
return is_alpha(c) || (c ==
'_'
);
331
}
332
333
CheckedError Parser::Next() {
334
doc_comment_.clear();
Callers
3
Next
Method · 0.85
ParseField
Method · 0.85
ParseSingleValue
Method · 0.85
Calls
1
is_alpha
Function · 0.85
Tested by
no test coverage detected