Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudreve/cloudreve
/ ReferenceCount
Method
ReferenceCount
pkg/filemanager/driver/local/entity.go:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
func
(l *localFileEntity) ReferenceCount() int {
63
return
1
64
}
65
66
func
(l *localFileEntity) PolicyID() int {
67
return
0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected