MCPcopy Create free account
hub / github.com/comaps/comaps / ReadFileAndSerialize

Function ReadFileAndSerialize

libs/kml/kml_tests/gpx_tests.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static std::string ReadFileAndSerialize(char const * testFile)
53{
54 kml::FileData const dataFromFile = LoadGpxFromFile(testFile);
55 return Serialize(dataFromFile);
56}
57
58void ImportExportCompare(char const * testFile)
59{

Callers 1

ImportExportCompareFunction · 0.85

Calls 2

LoadGpxFromFileFunction · 0.85
SerializeFunction · 0.85

Tested by

no test coverage detected