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

Method HistoryIndex

lib/mdflib/mdflib/src/mdstandardattribute.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33void MdStandardAttribute::HistoryIndex(uint64_t index) {
34 ci_ = index;
35}
36
37uint64_t MdStandardAttribute::HistoryIndex() const {
38 return ci_;

Callers 2

ToXmlMethod · 0.80
operator==Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected