MCPcopy Create free account
hub / github.com/axmolengine/axmol / generateElementForArray

Function generateElementForArray

core/platform/FileUtils.cpp:453–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453static void generateElementForArray(const ValueVector& array, pugi::xml_node& parent)
454{
455 auto arrayDS = parent.append_child("array"sv);
456 for (const auto& value : array)
457 {
458 generateElementForObject(value, arrayDS);
459 }
460}
461
462// Implement FileUtils
463FileUtils* FileUtils::s_sharedFileUtils = nullptr;

Callers 2

generateElementForObjectFunction · 0.85

Calls 2

generateElementForObjectFunction · 0.85
append_childMethod · 0.80

Tested by

no test coverage detected