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

Method get

lib/mdflib/mdflibrary/src/MdfAttachment.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14Int64 MdfAttachment::Index::get() {
15 return attachment_ != nullptr ? attachment_->Index() : 0;
16}
17
18UInt16 MdfAttachment::CreatorIndex::get() {
19 return attachment_ != nullptr ? attachment_->CreatorIndex() : 0;

Callers

nothing calls this directly

Calls 4

IsEmbeddedMethod · 0.80
IsCompressedMethod · 0.80
IndexMethod · 0.45
CreatorIndexMethod · 0.45

Tested by

no test coverage detected