MCPcopy Create free account
hub / github.com/ejoffe/spr / NewClient

Function NewClient

github/githubclient/gen/genclient/client.go:84–88  ·  view source on GitHub ↗
(url string, httpclient *http.Client)

Source from the content-addressed store, hash-verified

82}
83
84func NewClient(url string, httpclient *http.Client) Client {
85 return &gqlclient{
86 gql: client.NewGQLClient(url, httpclient),
87 }
88}
89
90func NewDebugClient(url string, httpclient *http.Client) Client {
91 return &gqlclient{

Callers 1

NewGitHubClientFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected