()
| 844 | } |
| 845 | |
| 846 | func (q userOwnerWithFields) Project() *Project { |
| 847 | return newProjectFromQueryWithoutItemsQuery(q.Owner.Project) |
| 848 | } |
| 849 | |
| 850 | // orgOwnerWithFields |
| 851 | func (q orgOwnerWithFields) HasNextPage() bool { |
nothing calls this directly
no test coverage detected