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