MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / SetConfig

Method SetConfig

internal/loop/manager.go:130–134  ·  view source on GitHub ↗

SetConfig sets the project config for post-completion actions.

(cfg *config.Config)

Source from the content-addressed store, hash-verified

128
129// SetConfig sets the project config for post-completion actions.
130func (m *Manager) SetConfig(cfg *config.Config) {
131 m.mu.Lock()
132 defer m.mu.Unlock()
133 m.config = cfg
134}
135
136// Config returns the current project config.
137func (m *Manager) Config() *config.Config {

Callers 3

NewAppWithOptionsFunction · 0.95
TestManagerSetConfigFunction · 0.95

Calls

no outgoing calls