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

Method encodeDecode

source/PersisterInterface/SavepointTableService.cpp:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void SavepointTableService::encodeDecode(boost::property_tree::ptree& tree, SavepointTable& table, ParserTask task) const
145{
146 JsonParser::encodeDecode(tree, table._sequenceNumber, 0, "sequence number", task);
147 encodeDecode(tree, table._entries, task);
148}
149
150void SavepointTableService::encodeDecode(boost::property_tree::ptree& tree, std::deque<SavepointEntry>& entries, ParserTask task) const
151{

Callers

nothing calls this directly

Calls 3

encodeDecodeFunction · 0.85
to_stringFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected