Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Add
Function · 0.85
Calls
3
Value
Class · 0.70
Key
Function · 0.70
push_back
Method · 0.45
Tested by
no test coverage detected