Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
535
void Ca4Block::Storage(ArrayStorage storage) {
536
storage_ = static_cast<uint8_t>(storage);
537
}
538
539
ArrayStorage Ca4Block::Storage() const {
540
return static_cast<ArrayStorage>(storage_);
Callers
4
TEST_F
Function · 0.80
get
Method · 0.80
set
Method · 0.80
EXPORTFEATUREFUNC
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64