MCPcopy Create free account
hub / github.com/defold/defold / DDFSaveToString

Function DDFSaveToString

engine/ddf/src/test/test_ddf.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67dmDDF::Result DDFSaveToString(const void* message, const dmDDF::Descriptor* desc, std::string& str)
68{
69 return SaveMessage(message, desc, &str, DDFStringSaveFunction);
70}
71
72TEST(Misc, TestEnumSize)
73{

Callers 5

TESTFunction · 0.85
TestStructSimpleFunction · 0.85
TestStructNestedFunction · 0.85
TestStructListFunction · 0.85
TestStructJSONFunction · 0.85

Calls 1

SaveMessageFunction · 0.85

Tested by

no test coverage detected