()
| 806 | } |
| 807 | |
| 808 | func (q orgOwnerWithItems) Project() *Project { |
| 809 | return newProjectFromQueryWithItemsQuery(q.Owner.Project) |
| 810 | } |
| 811 | |
| 812 | // orgOwnerWithItemsNoQuery |
| 813 | func (q orgOwnerWithItemsNoQuery) HasNextPage() bool { |
nothing calls this directly
no test coverage detected