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

Method Storage

lib/mdflib/mdflib/src/ca4block.cpp:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void Ca4Block::Storage(ArrayStorage storage) {
536 storage_ = static_cast<uint8_t>(storage);
537}
538
539ArrayStorage Ca4Block::Storage() const {
540 return static_cast<ArrayStorage>(storage_);

Callers 4

TEST_FFunction · 0.80
getMethod · 0.80
setMethod · 0.80
EXPORTFEATUREFUNCFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64