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