MCPcopy
hub / github.com/cli/cli / SetConfig

Method SetConfig

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

Source from the content-addressed store, hash-verified

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

Callers 1

extensionManagerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected