MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / get

Method get

lib/mdflib/mdflibrary/src/MdfChannelArray.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace MdfLibrary {
8
9ArrayType MdfChannelArray::Type::get() {
10 const auto temp = array_ != nullptr ? array_->Type() : mdf::ArrayType::Array;
11 return static_cast<ArrayType>(temp);
12}
13
14void MdfChannelArray::Type::set(ArrayType type) {
15 if (array_ != nullptr) {

Callers

nothing calls this directly

Calls 3

StorageMethod · 0.80
TypeMethod · 0.45
FlagsMethod · 0.45

Tested by

no test coverage detected