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