Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ IndirectUInt
Function
IndirectUInt
Libs/flatbuffers/flexbuffers.h:984–986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
982
}
983
984
void IndirectUInt(uint64_t u) {
985
PushIndirect(u, FBT_INDIRECT_UINT, WidthU(u));
986
}
987
void IndirectUInt(const char *key, uint64_t u) {
988
Key(key);
989
IndirectUInt(u);
Callers
nothing calls this directly
Calls
3
PushIndirect
Function · 0.85
WidthU
Function · 0.85
Key
Function · 0.70
Tested by
no test coverage detected