MCPcopy Index your code
hub / github.com/MiniCodeMonkey/chief / Events

Method Events

internal/loop/manager.go:144–146  ·  view source on GitHub ↗

Events returns the channel for receiving events from all loops.

()

Source from the content-addressed store, hash-verified

142
143// Events returns the channel for receiving events from all loops.
144func (m *Manager) Events() <-chan ManagerEvent {
145 return m.events
146}
147
148// Register registers a PRD with the manager (does not start it).
149func (m *Manager) Register(name, prdPath string) error {

Callers 1

runLoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected