Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ UInt
Function
UInt
Libs/flatbuffers/flexbuffers.h:954–954 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
952
}
953
954
void UInt(uint64_t u) { stack_.push_back(Value(u, FBT_UINT, WidthU(u))); }
955
void UInt(const char *key, uint64_t u) {
956
Key(key);
957
UInt(u);
Callers
1
Add
Function · 0.85
Calls
4
WidthU
Function · 0.85
Value
Class · 0.70
Key
Function · 0.70
push_back
Method · 0.45
Tested by
no test coverage detected