MCPcopy Create free account
hub / github.com/cli/cli / HasNextPage

Method HasNextPage

pkg/cmd/project/shared/queries/queries.go:758–758  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

paginateAttributesFunction · 0.65

Implementers 9

userOwnerWithItemsNoQuerypkg/cmd/project/shared/queries/queries
userOwnerWithItemspkg/cmd/project/shared/queries/queries
orgOwnerWithItemspkg/cmd/project/shared/queries/queries
orgOwnerWithItemsNoQuerypkg/cmd/project/shared/queries/queries
viewerOwnerWithItemspkg/cmd/project/shared/queries/queries
viewerOwnerWithItemsNoQuerypkg/cmd/project/shared/queries/queries
userOwnerWithFieldspkg/cmd/project/shared/queries/queries
orgOwnerWithFieldspkg/cmd/project/shared/queries/queries
viewerOwnerWithFieldspkg/cmd/project/shared/queries/queries

Calls

no outgoing calls

Tested by

no test coverage detected