Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ DataTree
Method
DataTree
src/util/DataTree.cpp:301–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
/* DataTree class */
300
301
DataTree::DataTree(const char *name_in) {
302
dn_root.setName(name_in);
303
}
304
305
DataTree::DataTree() = default;
306
Callers
nothing calls this directly
Calls
1
setName
Method · 0.45
Tested by
no test coverage detected