Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ TableData
Method
TableData
lib/mdflib/mdflib/src/mostmessage.cpp:227–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
void MostAllocTable::TableData(std::vector<uint8_t> bytes) {
228
table_data_ = std::move(bytes);
229
}
230
231
const std::vector<uint8_t>& MostAllocTable::TableData() const {
232
return table_data_;
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64