MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Int

Function Int

Libs/flatbuffers/flexbuffers.h:948–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946 }
947
948 void Int(int64_t i) { stack_.push_back(Value(i, FBT_INT, WidthI(i))); }
949 void Int(const char *key, int64_t i) {
950 Key(key);
951 Int(i);

Callers 1

AddFunction · 0.70

Calls 4

WidthIFunction · 0.85
ValueClass · 0.70
KeyFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected