aboutsummaryrefslogtreecommitdiff
path: root/objectstore/memory/algorithm.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:30:31 +0000
committerGravatar Runxi Yu2026-03-25 14:30:31 +0000
commitbfa0a3f5f18b752a6ebd3d5b37411c6871f7bb17 (patch)
tree8ee2479273e2b34d284c30703c2be48efe197556 /objectstore/memory/algorithm.go
parent*: Resort import order (diff)
signatureNo signature
*: objectstore -> object/store
Diffstat (limited to 'objectstore/memory/algorithm.go')
-rw-r--r--objectstore/memory/algorithm.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/objectstore/memory/algorithm.go b/objectstore/memory/algorithm.go
deleted file mode 100644
index bf7f3a82..00000000
--- a/objectstore/memory/algorithm.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package memory
-
-import objectid "codeberg.org/lindenii/furgit/object/id"
-
-// Algorithm returns the object ID algorithm used by the store.
-func (store *Store) Algorithm() objectid.Algorithm {
- return store.algo
-}