()
| 742 | } |
| 743 | |
| 744 | func (q userOwnerWithItemsNoQuery) Project() *Project { |
| 745 | return newProjectFromQueryWithoutItemsQuery(q.Owner.Project) |
| 746 | } |
| 747 | |
| 748 | // userOwnerWithItems |
| 749 | func (q userOwnerWithItems) HasNextPage() bool { |
nothing calls this directly
no test coverage detected