()
| 776 | } |
| 777 | |
| 778 | func (q orgOwnerWithItems) Project() *Project { |
| 779 | return newProjectFromQueryWithItemsQuery(q.Owner.Project) |
| 780 | } |
| 781 | |
| 782 | // orgOwnerWithItemsNoQuery |
| 783 | func (q orgOwnerWithItemsNoQuery) HasNextPage() bool { |
nothing calls this directly
no test coverage detected