MCPcopy Create free account
hub / github.com/apple/foundationdb / getObject

Method getObject

fdbrpc/include/fdbrpc/Replication.h:631–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629 }
630
631 V const* getObject(LocalityEntry const& recordEntry) const {
632 ASSERT((recordEntry._id >= 0) && (recordEntry._id < _objectArray.size()));
633 return _objectArray[recordEntry._id];
634 }
635
636 V const* getObject(LocalityRecord const& record) const { return getObject(record._entryIndex); }
637

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected