MCPcopy 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

PushIndirectFunction · 0.85
WidthIFunction · 0.85
KeyFunction · 0.70

Tested by

no test coverage detected