Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ Int64
Method
Int64
modules/engine/runtime/serde/json/writer.cpp:33–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
return _WriteUInt(i);
32
}
33
bool skr_json_writer_t::Int64(int64_t i)
34
{
35
_Prefix(SKR_JSONTYPE_NUMBER);
36
return _WriteInt64(i);
37
}
38
bool skr_json_writer_t::UInt64(uint64_t i)
39
{
40
_Prefix(SKR_JSONTYPE_NUMBER);
Callers
1
Write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected