MCPcopy Create free account
hub / github.com/chrxh/alien / processLoadSaveMap

Function processLoadSaveMap

source/PersisterInterface/SerializerService.cpp:231–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230 template <class Archive>
231 void processLoadSaveMap(SerializationTask task, Archive& ar, std::unordered_map<int, VariantData>& loadSaveMap)
232 {
233 if (task == SerializationTask::Save) {
234 ar(loadSaveMap);
235 }
236 }
237
238 template <class Archive>
239 void serialize(Archive& ar, IntVector2D& data)

Callers 1

loadSaveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected