LLVM 22.0.0git
llvm::cas::ondisk::OnDiskGraphDB::IndexProxy Struct Reference

Proxy for an on-disk index record. More...

Public Attributes

FileOffset Offset
ArrayRef< uint8_tHash
TrieRecord & Ref

Detailed Description

Proxy for an on-disk index record.

Definition at line 475 of file OnDiskGraphDB.cpp.

Member Data Documentation

◆ Hash

ArrayRef<uint8_t> llvm::cas::ondisk::OnDiskGraphDB::IndexProxy::Hash

Definition at line 477 of file OnDiskGraphDB.cpp.

◆ Offset

FileOffset llvm::cas::ondisk::OnDiskGraphDB::IndexProxy::Offset

Definition at line 476 of file OnDiskGraphDB.cpp.

◆ Ref

TrieRecord& llvm::cas::ondisk::OnDiskGraphDB::IndexProxy::Ref

Definition at line 478 of file OnDiskGraphDB.cpp.


The documentation for this struct was generated from the following file: