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