aboutsummaryrefslogtreecommitdiff
path: root/ref/store/reading.go
Commit message (Expand)AuthorAgeFilesLines
* ref/store: Simplify names v0.1.166Gravatar Runxi Yu2026-03-311-2/+2
* *: Remove Close from object/ref store interfaces•••At places where you own the object, you should have the literal implementation with Close. If you're using it via the interface, then you probably don't own that store, and you shouldn't be closing it. Thanks to Michael MurĂ© from git-bug for this point. Gravatar Runxi Yu2026-03-291-6/+0
* *: Remove Close exception for MT-Safe v0.1.133Gravatar Runxi Yu2026-03-291-0/+2
* *: Repeated calls to Close are UB by default v0.1.132Gravatar Runxi Yu2026-03-291-2/+0
* ref/store: Clarify contractGravatar Runxi Yu2026-03-281-6/+12
* *: refstore -> ref/storeGravatar Runxi Yu2026-03-251-0/+34