LLVM 23.0.0git
llvm::cas::ondisk::OnDiskGraphDB::FileBackedData::FileInfoTy Struct Reference

#include "llvm/CAS/OnDiskGraphDB.h"

Public Attributes

std::string FilePath
 The file path of the object node.
bool IsFileNulTerminated
 Whether the file of the object leaf node has an extra nul appended at the end.

Detailed Description

Definition at line 336 of file OnDiskGraphDB.h.

Member Data Documentation

◆ FilePath

std::string llvm::cas::ondisk::OnDiskGraphDB::FileBackedData::FileInfoTy::FilePath

The file path of the object node.

Definition at line 338 of file OnDiskGraphDB.h.

◆ IsFileNulTerminated

bool llvm::cas::ondisk::OnDiskGraphDB::FileBackedData::FileInfoTy::IsFileNulTerminated

Whether the file of the object leaf node has an extra nul appended at the end.

If the file is copied the extra nul needs to be removed.

Definition at line 341 of file OnDiskGraphDB.h.


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