MCPcopy 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
227void MostAllocTable::TableData(std::vector<uint8_t> bytes) {
228 table_data_ = std::move(bytes);
229}
230
231const std::vector<uint8_t>& MostAllocTable::TableData() const {
232 return table_data_;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64