MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / rootNode

Method rootNode

src/util/DataTree.cpp:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307DataTree::~DataTree() = default;
308
309DataNode *DataTree::rootNode() {
310 return &dn_root;
311}
312
313std::string trim(std::string& s, const std::string& drop = " ") {
314 std::string r = s.erase(s.find_last_not_of(drop) + 1);

Callers 6

saveMethod · 0.80
loadMethod · 0.80
saveSessionMethod · 0.80
loadSessionMethod · 0.80
saveToFileMethod · 0.80
loadFromFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected