MCPcopy 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

AddFunction · 0.85

Calls 4

WidthUFunction · 0.85
ValueClass · 0.70
KeyFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected