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

Method Float

Libs/flatbuffers/minireflect.h:367–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365 void Long(int64_t x) { s += NumToString(x); }
366 void ULong(uint64_t x) { s += NumToString(x); }
367 void Float(float x) { s += NumToString(x); }
368 void Double(double x) { s += NumToString(x); }
369 void String(const struct String *str) {
370 EscapeString(str->c_str(), str->size(), &s, true, false);

Callers 1

IterateValueFunction · 0.45

Calls 1

NumToStringFunction · 0.85

Tested by

no test coverage detected