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

Method UpdateDataLink

lib/mdflib/mdflib/src/cn4block.cpp:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187Cn4Block::Cn4Block() { block_type_ = "##CN"; }
188
189void Cn4Block::UpdateDataLink(std::streambuf& buffer, int64_t position) {
190 UpdateLink(buffer, kIndexData, position);
191}
192
193int64_t Cn4Block::DataLink() const { return Link(kIndexData); }
194

Callers 2

WriteMethod · 0.80
WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected