CCF
|
#include <lfs_interface.h>
Public Types | |
enum | FetchResultType { Fetching , Loaded , NotFound , Corrupt } |
Public Attributes | |
std::atomic< FetchResultType > | fetch_result |
LFSKey | key |
LFSContents | contents |
LFSContents ccf::indexing::FetchResult::contents |
std::atomic<FetchResultType> ccf::indexing::FetchResult::fetch_result |
LFSKey ccf::indexing::FetchResult::key |