-
#include "tensorstore/kvstore/generation.h"
-
static bool tensorstore::StorageGeneration::IsCleanValidValue(
const StorageGeneration& generation); Returns
true
if this is a clean base generation, not locally-modified, notStorageGeneration::NoValue()
and notStorageGeneration::Invalid()
.This is equivalent to checking if
generation
could have resulted from a call toFromString
.