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

Method ToString

Libs/flatbuffers/idl.h:434–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 EnumVal *FindByValue(const std::string &constant) const;
433
434 std::string ToString(const EnumVal &ev) const {
435 return IsUInt64() ? NumToString(ev.GetAsUInt64())
436 : NumToString(ev.GetAsInt64());
437 }
438
439 size_t size() const { return vals.vec.size(); }
440

Callers

nothing calls this directly

Calls 3

NumToStringFunction · 0.85
GetAsUInt64Method · 0.80
GetAsInt64Method · 0.80

Tested by

no test coverage detected