MCPcopy
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
226func (c *Collection) IsPublic() bool {
227 return c.Visibility&CollPublic != 0
228}
229
230func (c *Collection) FriendlyVisibility() string {
231 if c.IsPrivate() {

Callers 5

FriendlyVisibilityMethod · 0.95
GetCollectionByMethod · 0.95
GetCollectionForPadMethod · 0.95
GetCollectionsMethod · 0.95
GetPublicCollectionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected