Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ IsProtected
Method
IsProtected
collections.go:222–224 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
}
221
222
func
(c *Collection) IsProtected() bool {
223
return
c.Visibility&CollProtected != 0
224
}
225
226
func
(c *Collection) IsPublic() bool {
227
return
c.Visibility&CollPublic != 0
Callers
7
viewCollectionPost
Function · 0.95
FriendlyVisibility
Method · 0.95
processCollectionPermissions
Function · 0.95
handleLogOutCollection
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