()
| 874 | } |
| 875 | |
| 876 | func (q userOwnerWithFields) Project() *Project { |
| 877 | return newProjectFromQueryWithoutItemsQuery(q.Owner.Project) |
| 878 | } |
| 879 | |
| 880 | // orgOwnerWithFields |
| 881 | func (q orgOwnerWithFields) HasNextPage() bool { |
nothing calls this directly
no test coverage detected