Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
28
bool skr_json_writer_t::UInt(uint32_t i)
29
{
30
_Prefix(SKR_JSONTYPE_NUMBER);
31
return _WriteUInt(i);
32
}
33
bool skr_json_writer_t::Int64(int64_t i)
34
{
35
_Prefix(SKR_JSONTYPE_NUMBER);
Callers
2
Write
Method · 0.45
Write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected