MCPcopy 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

PushIndirectFunction · 0.85
WidthIFunction · 0.85
KeyFunction · 0.85

Tested by

no test coverage detected