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

Function load

source/PersisterInterface/SerializerService.cpp:1313–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311 }
1312
1313 void load(int startIndex, std::vector<std::string>& serializedData, double& value)
1314 {
1315 if (startIndex < serializedData.size()) {
1316 value = std::stod(serializedData.at(startIndex));
1317 }
1318 }
1319
1320 void save(std::vector<std::string>& serializedData, double& value)
1321 {

Callers 1

deserializeStatisticsMethod · 0.85

Calls 2

getDataRefFunction · 0.85
sizeMethod · 0.80

Tested by

no test coverage detected