-
#include "tensorstore/kvstore/generation.h"
-
static bool tensorstore::StorageGeneration::IsClean(
const StorageGeneration& generation); Returns
true
ifgeneration
represents a “clean” state without any local modifications.Note that this returns
true
forStorageGeneration::NoValue()
andStorageGeneration::Invalid()
. See alsoIsCleanValidValue
.