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

Method NofReferences

lib/mdflib/mdflib/src/cc4block.cpp:544–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544[[nodiscard]] uint16_t Cc4Block::NofReferences() const {
545 return nof_references_;
546}
547
548void Cc4Block::Reference(uint16_t index, const std::string& text) {
549 while (index >= ref_list_.size()) {

Callers 1

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected