Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ SetClient
Method
SetClient
pkg/cmd/extension/manager.go:83–85 ·
view source on GitHub ↗
(client *http.Client)
Source
from the content-addressed store, hash-verified
81
}
82
83
func
(m *Manager) SetClient(client *http.Client) {
84
m.client = client
85
}
86
87
func
(m *Manager) EnableDryRunMode() {
88
m.dryRunMode = true
Callers
1
extensionManager
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected