MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getEntry

Method getEntry

valdi_core/src/valdi_core/cpp/Utils/ReferenceTable.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153ReferenceTableEntry ReferenceTable::ReadAccess::getEntry(SequenceID id) const {
154 return _table->getEntry(id);
155}
156
157std::vector<ReferenceTableEntry> ReferenceTable::ReadAccess::getAll() const {
158 std::vector<ReferenceTableEntry> entries;

Callers 4

retainRefMethod · 0.45
releaseRefMethod · 0.45
getRetainCountMethod · 0.45
newLocalRefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected