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

Method IsScalarOptional

native/thirdpart/flatbuffers/idl.h:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 bool Deserialize(Parser &parser, const reflection::Field *field);
306
307 bool IsScalarOptional() const {
308 return IsScalar(value.type.base_type) && IsOptional();
309 }
310 bool IsOptional() const {
311 return presence == kOptional;
312 }

Callers 1

ParseFieldMethod · 0.80

Calls 1

IsScalarFunction · 0.70

Tested by

no test coverage detected