Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ IsPrivate
Method
IsPrivate
collections.go:218–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
}
217
218
func
(c *Collection) IsPrivate() bool {
219
return
c.Visibility&CollPrivate != 0
220
}
221
222
func
(c *Collection) IsProtected() bool {
223
return
c.Visibility&CollProtected != 0
Callers
6
viewCollectionPost
Function · 0.95
FriendlyVisibility
Method · 0.95
processCollectionPermissions
Function · 0.95
ViewFeed
Function · 0.95
handleViewPost
Function · 0.80
apiCheckCollectionPermissions
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected