MCPcopy
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
83func (m *Manager) SetClient(client *http.Client) {
84 m.client = client
85}
86
87func (m *Manager) EnableDryRunMode() {
88 m.dryRunMode = true

Callers 1

extensionManagerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected