Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
548
void Cc4Block::Reference(uint16_t index, const std::string& text) {
549
while (index >= ref_list_.size()) {
Callers
1
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected