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

Callers 1

extensionManagerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected