sqliteEvents implements session.Events
| 590 | |
| 591 | // sqliteEvents implements session.Events |
| 592 | type sqliteEvents struct { |
| 593 | service *Service |
| 594 | sessionID string |
| 595 | } |
| 596 | |
| 597 | func (e *sqliteEvents) All() iter.Seq[*session.Event] { |
| 598 | return func(yield func(*session.Event) bool) { |
nothing calls this directly
no outgoing calls
no test coverage detected