MCPcopy Create free account
hub / github.com/docker/docker-agent / Events

Method Events

pkg/rag/manager.go:520–522  ·  view source on GitHub ↗

Events returns the event channel shared by all strategies and RAG operations for this manager.

()

Source from the content-addressed store, hash-verified

518
519// Events returns the event channel shared by all strategies and RAG operations for this manager.
520func (m *Manager) Events() <-chan types.Event {
521 return m.events
522}
523
524// Close closes the manager and releases resources
525func (m *Manager) Close() error {

Callers 2

forwardEventsMethod · 0.80
RecvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected