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

Function Bool

native/thirdpart/flatbuffers/flexbuffers.h:971–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969 }
970
971 void Bool(bool b) { stack_.push_back(Value(b)); }
972 void Bool(const char *key, bool b) {
973 Key(key);
974 Bool(b);

Callers 1

AddFunction · 0.85

Calls 3

KeyFunction · 0.85
push_backMethod · 0.80
ValueClass · 0.70

Tested by

no test coverage detected