Versions in this module Expand all Collapse all v0 v0.2.0 Feb 9, 2026 Changes in this version + func GetRefCountFile() string + type RefCountManager struct + func NewRefCountManager() *RefCountManager + func NewRefCountManagerWithPaths(homeDir, refCountFile string) *RefCountManager + func (m *RefCountManager) DecrementRefCount() (int, error) + func (m *RefCountManager) GetRefCount() (int, error) + func (m *RefCountManager) IncrementRefCount() error + func (m *RefCountManager) RefCountFile() string + func (m *RefCountManager) ResetRefCount() error v0.1.0 Feb 9, 2026