MCPcopy
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
218func (c *Collection) IsPrivate() bool {
219 return c.Visibility&CollPrivate != 0
220}
221
222func (c *Collection) IsProtected() bool {
223 return c.Visibility&CollProtected != 0

Callers 6

viewCollectionPostFunction · 0.95
FriendlyVisibilityMethod · 0.95
ViewFeedFunction · 0.95
handleViewPostFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected