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

Method Float

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

Source from the content-addressed store, hash-verified

46 return _WriteDouble(d);
47}
48bool skr_json_writer_t::Float(float f)
49{
50 _Prefix(SKR_JSONTYPE_NUMBER);
51 return _WriteFloat(f);
52}
53bool skr_json_writer_t::RawNumber(const TChar* str, TSize length)
54{
55 _Prefix(SKR_JSONTYPE_NUMBER);

Callers 2

WriteMethod · 0.45
load_schemeMethod · 0.45

Calls

no outgoing calls

Tested by 1

load_schemeMethod · 0.36