MCPcopy
hub / github.com/writefreely/writefreely / IsInstanceColl

Method IsInstanceColl

collections.go:209–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209func (c *Collection) IsInstanceColl() bool {
210 ur, _ := url.Parse(c.hostName)
211 return c.Alias == ur.Host
212}
213
214func (c *Collection) IsUnlisted() bool {
215 return c.Visibility == 0

Callers 2

FindUserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected