MCPcopy
hub / github.com/mislav/hub / NewClientWithHost

Function NewClientWithHost

github/client.go:34–36  ·  view source on GitHub ↗
(host *Host)

Source from the content-addressed store, hash-verified

32}
33
34func NewClientWithHost(host *Host) *Client {
35 return &Client{Host: host}
36}
37
38type Client struct {
39 Host *Host

Callers 5

checkoutPrFunction · 0.92
showPrFunction · 0.92
pullRequestFunction · 0.92
PromptForHostMethod · 0.85
NewClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…