MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Bool

Function Bool

Libs/flatbuffers/flexbuffers.h:972–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

AddFunction · 0.85

Calls 3

ValueClass · 0.70
KeyFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected