MCPcopy Create free account
hub / github.com/bgrimstad/splinter / save

Method save

src/datatable.cpp:139–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void DataTable::save(const std::string &fileName) const
140{
141 Serializer s;
142 s.serialize(*this);
143 s.saveToFile(fileName);
144}
145
146void DataTable::load(const std::string &fileName)
147{

Callers

nothing calls this directly

Calls 2

serializeMethod · 0.80
saveToFileMethod · 0.80

Tested by

no test coverage detected