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