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

Function Double

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

Source from the content-addressed store, hash-verified

963 }
964
965 void Double(double f) { stack_.push_back(Value(f)); }
966 void Double(const char *key, double d) {
967 Key(key);
968 Double(d);

Callers 1

AddFunction · 0.85

Calls 3

KeyFunction · 0.85
push_backMethod · 0.80
ValueClass · 0.70

Tested by

no test coverage detected