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

Method TokenToStringId

native/thirdpart/flatbuffers/idl_parser.cpp:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298// clang-format on
299
300std::string Parser::TokenToStringId(int t) const {
301 return t == kTokenIdentifier ? attribute_ : TokenToString(t);
302}
303
304// Parses exactly nibbles worth of hex digits into a number, or error.
305CheckedError Parser::ParseHexNum(int nibbles, uint64_t *val) {

Callers

nothing calls this directly

Calls 1

TokenToStringFunction · 0.85

Tested by

no test coverage detected