Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
func
NewClientWithHost(host *Host) *Client {
35
return
&Client{Host: host}
36
}
37
38
type
Client
struct
{
39
Host *Host
Callers
5
checkoutPr
Function · 0.92
showPr
Function · 0.92
pullRequest
Function · 0.92
PromptForHost
Method · 0.85
NewClient
Function · 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…