Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ EndCursor
Method
EndCursor
pkg/cmd/project/shared/queries/queries.go:726–726 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
724
type
pager[N projectAttribute]
interface
{
725
HasNextPage() bool
726
EndCursor() string
727
Nodes() []N
728
Project() *Project
729
}
Callers
1
paginateAttributes
Function · 0.65
Implementers
9
userOwnerWithItemsNoQuery
pkg/cmd/project/shared/queries/queries
userOwnerWithItems
pkg/cmd/project/shared/queries/queries
orgOwnerWithItems
pkg/cmd/project/shared/queries/queries
orgOwnerWithItemsNoQuery
pkg/cmd/project/shared/queries/queries
viewerOwnerWithItems
pkg/cmd/project/shared/queries/queries
viewerOwnerWithItemsNoQuery
pkg/cmd/project/shared/queries/queries
userOwnerWithFields
pkg/cmd/project/shared/queries/queries
orgOwnerWithFields
pkg/cmd/project/shared/queries/queries
viewerOwnerWithFields
pkg/cmd/project/shared/queries/queries
Calls
no outgoing calls
Tested by
no test coverage detected