MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Key

Method Key

Source/Engine/Serialization/JsonWriters.h:38–41  ·  view source on GitHub ↗

[JsonWriter]

Source from the content-addressed store, hash-verified

36
37 // [JsonWriter]
38 void Key(const char* str, int32 length) override
39 {
40 writer.Key(str, static_cast<rapidjson::SizeType>(length));
41 }
42
43 void String(const char* str, int32 length) override
44 {

Callers 3

OnGetDataMethod · 0.45
SerializeObjectMethod · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected