Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
dmDDF::Result DDFSaveToString(const void* message, const dmDDF::Descriptor* desc, std::string& str)
68
{
69
return SaveMessage(message, desc, &str, DDFStringSaveFunction);
70
}
71
72
TEST(Misc, TestEnumSize)
73
{
Callers
5
TEST
Function · 0.85
TestStructSimple
Function · 0.85
TestStructNested
Function · 0.85
TestStructList
Function · 0.85
TestStructJSON
Function · 0.85
Calls
1
SaveMessage
Function · 0.85
Tested by
no test coverage detected