aboutsummaryrefslogtreecommitdiff
path: root/object/store/memory/algorithm.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:34:50 +0000
committerGravatar Runxi Yu2026-03-25 14:34:50 +0000
commite4a7aa0742f5070299d37e8421c99d67f0af3f90 (patch)
tree36d89781476a92e61280c5ff232a2773e4092c0e /object/store/memory/algorithm.go
parent*: delta -> packfile/delta (diff)
signatureNo signature
*: object/store -> object/storer v0.1.107
Diffstat (limited to 'object/store/memory/algorithm.go')
-rw-r--r--object/store/memory/algorithm.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/object/store/memory/algorithm.go b/object/store/memory/algorithm.go
deleted file mode 100644
index bf7f3a82..00000000
--- a/object/store/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
-}