insert cluster UUIDs when loading location logs, and omit when saving

Inline isClusterUUID for speed.
This commit is contained in:
Joey Hess 2024-06-14 18:06:28 -04:00
parent a4c9d4424c
commit b3370a191c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 55 additions and 23 deletions

View file

@ -9,9 +9,12 @@
module Logs.Cluster (
ClusterUUID,
isClusterUUID,
fromClusterUUID,
ClusterNodeUUID(..),
getClusters,
recordCluster,
Clusters(..)
) where
import qualified Annex