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

Struct hostScopedClient

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

Source from the content-addressed store, hash-verified

61}
62
63type hostScopedClient struct {
64 *api.Client
65 hostname string
66}
67
68func (c *hostScopedClient) Query(queryName string, query any, variables map[string]any) error {
69 return c.Client.Query(c.hostname, queryName, query, variables)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected