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

Method Events

internal/loop/loop.go:126–128  ·  view source on GitHub ↗

Events returns the channel for receiving events from the loop.

()

Source from the content-addressed store, hash-verified

124
125// Events returns the channel for receiving events from the loop.
126func (l *Loop) Events() <-chan Event {
127 return l.events
128}
129
130// Iteration returns the current iteration number.
131func (l *Loop) Iteration() int {

Calls

no outgoing calls