()
| 792 | } |
| 793 | |
| 794 | func (q userOwnerWithItems) Project() *Project { |
| 795 | return newProjectFromQueryWithItemsQuery(q.Owner.Project) |
| 796 | } |
| 797 | |
| 798 | // orgOwnerWithItems |
| 799 | func (q orgOwnerWithItems) HasNextPage() bool { |
nothing calls this directly
no test coverage detected