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