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

Method Events

internal/prd/watcher.go:89–91  ·  view source on GitHub ↗

Events returns the channel for receiving PRD change events.

()

Source from the content-addressed store, hash-verified

87
88// Events returns the channel for receiving PRD change events.
89func (w *Watcher) Events() <-chan WatcherEvent {
90 return w.events
91}
92
93// processEvents processes filesystem events and loads the PRD when it changes.
94func (w *Watcher) processEvents() {

Calls

no outgoing calls