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

Method IsArray

lib/mdflib/mdflib/src/ichannelobserver.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool IChannelObserver::IsArray() const {
58 return !channel_.ChannelArrays().empty();
59}
60
61uint64_t IChannelObserver::ArraySize() const {
62 return channel_.ArraySize();

Callers 2

TEST_FFunction · 0.80
OnGetItemTextMethod · 0.80

Calls 2

emptyMethod · 0.80
ChannelArraysMethod · 0.45

Tested by 1

TEST_FFunction · 0.64