MCPcopy
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
222func (c *Collection) IsProtected() bool {
223 return c.Visibility&CollProtected != 0
224}
225
226func (c *Collection) IsPublic() bool {
227 return c.Visibility&CollPublic != 0

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected