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

Method UInt

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

Source from the content-addressed store, hash-verified

26 return _WriteInt(i);
27}
28bool skr_json_writer_t::UInt(uint32_t i)
29{
30 _Prefix(SKR_JSONTYPE_NUMBER);
31 return _WriteUInt(i);
32}
33bool skr_json_writer_t::Int64(int64_t i)
34{
35 _Prefix(SKR_JSONTYPE_NUMBER);

Callers 2

WriteMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected