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