()
| 756 | // pager is an interface for paginating over the attributes of a Project. |
| 757 | type pager[N projectAttribute] interface { |
| 758 | HasNextPage() bool |
| 759 | EndCursor() string |
| 760 | Nodes() []N |
| 761 | Project() *Project |
no outgoing calls
no test coverage detected