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

Method DataNode

src/util/DataTree.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156/* DataNode class */
157
158DataNode::DataNode(): parentNode(nullptr), ptr(0) {
159 data_elem = new DataElement();
160}
161
162DataNode::DataNode(const char *name_in): parentNode(nullptr), ptr(0) {
163 node_name = name_in;

Callers

nothing calls this directly

Calls 5

elementMethod · 0.80
hasAnotherMethod · 0.80
getNextMethod · 0.80
c_strMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected