()
| 277 | } |
| 278 | |
| 279 | func (r *Repository) LoadAttributes() error { |
| 280 | return r.loadAttributes(x) |
| 281 | } |
| 282 | |
| 283 | // IsPartialPublic returns true if repository is public or allow public access to wiki or issues. |
| 284 | func (r *Repository) IsPartialPublic() bool { |
no test coverage detected