-
#include "tensorstore/kvstore/generation.h"
-
static StorageGeneration
tensorstore::StorageGeneration::Clean(StorageGeneration generation); Returns the “clean” base generation on which
generation
is based.If
generation
is already a “clean” state, it is returned as is. Ifgeneration
indicates local modifications, returns the generation on which those local modifications are conditioned.