Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ IndirectInt
Function
IndirectInt
Libs/flatbuffers/flexbuffers.h:978–978 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
976
}
977
978
void IndirectInt(int64_t i) { PushIndirect(i, FBT_INDIRECT_INT, WidthI(i)); }
979
void IndirectInt(const char *key, int64_t i) {
980
Key(key);
981
IndirectInt(i);
Callers
nothing calls this directly
Calls
3
PushIndirect
Function · 0.85
WidthI
Function · 0.85
Key
Function · 0.70
Tested by
no test coverage detected