-
#include "tensorstore/kvstore/generation.h" -
static bool tensorstore::StorageGeneration::IsClean(
const StorageGeneration& generation); Returns
trueifgenerationrepresents a “clean” state without any uncommitted modifications within a transaction.Note that this returns
trueforStorageGeneration::NoValue()andStorageGeneration::Invalid().