Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getDataType
Method
getDataType
src/util/DataTree.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
DataElement::Type DataElement::getDataType() {
62
return data_type;
63
}
64
65
size_t DataElement::getDataSize() {
66
return data_val.size();
Callers
4
loadInstance
Method · 0.80
DataNode
Class · 0.80
DataElement
Method · 0.80
nodeToXML
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected