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