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

Method Bool

native/thirdpart/flatbuffers/minireflect.h:358–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 }
357 void UType(uint8_t x, const char *name) { Named(x, name); }
358 void Bool(bool x) { s += x ? "true" : "false"; }
359 void Char(int8_t x, const char *name) { Named(x, name); }
360 void UChar(uint8_t x, const char *name) { Named(x, name); }
361 void Short(int16_t x, const char *name) { Named(x, name); }

Callers 2

ParseFlexBufferValueMethod · 0.45
IterateValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected