MCPcopy Index your code
hub / github.com/cli/cli / userOwnerWithItemsNoQuery

Struct userOwnerWithItemsNoQuery

pkg/cmd/project/shared/queries/queries.go:1132–1134  ·  view source on GitHub ↗

userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.

Source from the content-addressed store, hash-verified

1130
1131// userOwnerWithItemsNoQuery is used to query the project of a user with its items, without query support.
1132type userOwnerWithItemsNoQuery struct {
1133 Owner ownerWithProjectWithoutItemQuery `graphql:"user(login: $login)"`
1134}
1135
1136// userOwnerWithFields is used to query the project of a user with its fields.
1137type userOwnerWithFields struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected