Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ IsPublic
Method
IsPublic
collections.go:226–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
}
225
226
func
(c *Collection) IsPublic() bool {
227
return
c.Visibility&CollPublic != 0
228
}
229
230
func
(c *Collection) FriendlyVisibility() string {
231
if
c.IsPrivate() {
Callers
5
FriendlyVisibility
Method · 0.95
GetCollectionBy
Method · 0.95
GetCollectionForPad
Method · 0.95
GetCollections
Method · 0.95
GetPublicCollections
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected