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

Method getDataSize

src/util/DataTree.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65size_t DataElement::getDataSize() {
66 return data_val.size();
67}
68
69
70void DataElement::set(const char *data_in, long size_in) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected