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