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

Method OnGetData

Source/Engine/Content/JsonAsset.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void JsonAssetBase::OnGetData(rapidjson_flax::StringBuffer& buffer) const
89{
90 PrettyJsonWriter writerObj(buffer);
91 Data->Accept(writerObj.GetWriter());
92}
93
94StringView JsonAssetBase::GetPath() const
95{

Callers

nothing calls this directly

Calls 13

JsonParseExceptionClass · 0.85
GetInterfaceMethod · 0.80
GetParseErrorMethod · 0.80
AcceptMethod · 0.45
GetTypeMethod · 0.45
StartObjectMethod · 0.45
SerializeMethod · 0.45
EndObjectMethod · 0.45
ParseMethod · 0.45
GetStringMethod · 0.45
GetSizeMethod · 0.45
HasParseErrorMethod · 0.45

Tested by

no test coverage detected