MCPcopy Create free account
hub / github.com/astercloud/aster / sqliteEvents

Struct sqliteEvents

pkg/session/sqlite/store.go:592–595  ·  view source on GitHub ↗

sqliteEvents implements session.Events

Source from the content-addressed store, hash-verified

590
591// sqliteEvents implements session.Events
592type sqliteEvents struct {
593 service *Service
594 sessionID string
595}
596
597func (e *sqliteEvents) All() iter.Seq[*session.Event] {
598 return func(yield func(*session.Event) bool) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected