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

Function IsString

native/thirdpart/flatbuffers/idl.h:466–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464};
465
466inline bool IsString(const Type &type) {
467 return type.base_type == BASE_TYPE_STRING;
468}
469
470inline bool IsStruct(const Type &type) {
471 return type.base_type == BASE_TYPE_STRUCT && type.struct_def->fixed;

Callers 3

ParseFieldMethod · 0.85
ParseAnyValueMethod · 0.85
ParseRootMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected