blob: e5a5d03349baebcc7deda899f22e05ccf9b0de0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Copyright Epic Games, Inc. All Rights Reserved.
#include <zenstore/cache/cachekey.h>
namespace zen {
const CacheKey CacheKey::Empty = CacheKey{.Bucket = std::string(), .Hash = IoHash()};
} // namespace zen
|