Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ IsOptional
Method
IsOptional
native/thirdpart/flatbuffers/idl.h:310–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
return IsScalar(value.type.base_type) && IsOptional();
309
}
310
bool IsOptional() const {
311
return presence == kOptional;
312
}
313
bool IsRequired() const {
314
return presence == kRequired;
315
}
Callers
1
ParseField
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected