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

Function newInMemoryEvents

pkg/session/inmemory.go:333–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331}
332
333func newInMemoryEvents() *inMemoryEvents {
334 return &inMemoryEvents{
335 events: make([]*Event, 0),
336 }
337}
338
339func (e *inMemoryEvents) All() iter.Seq[*Event] {
340 e.mu.RLock()

Callers 1

CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected