MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Int

Function Int

native/thirdpart/flatbuffers/flexbuffers.h:947–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

AddFunction · 0.85

Calls 4

WidthIFunction · 0.85
KeyFunction · 0.85
push_backMethod · 0.80
ValueClass · 0.70

Tested by

no test coverage detected