Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenListTeam/OpenList
/ CanSeeHides
Function
CanSeeHides
internal/model/user.go:103–105 ·
view source on GitHub ↗
(permission int32)
Source
from the content-addressed store, hash-verified
101
}
102
103
func
CanSeeHides(permission int32) bool {
104
return
permission&1 == 1
105
}
106
107
func
(u *User) CanSeeHides() bool {
108
return
CanSeeHides(u.Permission)
Callers
1
CanSeeHides
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected