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

Struct Client

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

Source from the content-addressed store, hash-verified

79}
80
81type Client struct {
82 apiClient graphqlClient
83 io *iostreams.IOStreams
84 prompter iprompter
85}
86
87const (
88 LimitDefault = 30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected