MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / UInt64

Method UInt64

modules/engine/runtime/serde/json/writer.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 return _WriteInt64(i);
37}
38bool skr_json_writer_t::UInt64(uint64_t i)
39{
40 _Prefix(SKR_JSONTYPE_NUMBER);
41 return _WriteUInt64(i);
42}
43bool skr_json_writer_t::Double(double d)
44{
45 _Prefix(SKR_JSONTYPE_NUMBER);

Callers 2

AddCookTaskMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected