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

Method Config

internal/loop/manager.go:137–141  ·  view source on GitHub ↗

Config returns the current project config.

()

Source from the content-addressed store, hash-verified

135
136// Config returns the current project config.
137func (m *Manager) Config() *config.Config {
138 m.mu.RLock()
139 defer m.mu.RUnlock()
140 return m.config
141}
142
143// Events returns the channel for receiving events from all loops.
144func (m *Manager) Events() <-chan ManagerEvent {

Calls

no outgoing calls