Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
func
newInMemoryEvents() *inMemoryEvents {
334
return
&inMemoryEvents{
335
events: make([]*Event, 0),
336
}
337
}
338
339
func
(e *inMemoryEvents) All() iter.Seq[*Event] {
340
e.mu.RLock()
Callers
1
Create
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected