MCPcopy Create free account
hub / github.com/cli/cli / SetConfig

Method SetConfig

pkg/cmd/extension/manager.go:80–82  ·  view source on GitHub ↗
(cfg gh.Config)

Source from the content-addressed store, hash-verified

78}
79
80func (m *Manager) SetConfig(cfg gh.Config) {
81 m.config = cfg
82}
83
84func (m *Manager) SetClient(client *http.Client) {
85 m.client = client

Callers 1

extensionManagerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected