MCPcopy Index your code
hub / github.com/docker/docker-agent / InMemorySessionStore

Struct InMemorySessionStore

pkg/session/store.go:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134type InMemorySessionStore struct {
135 sessions *concurrent.Map[string, *Session]
136 messageID int64 // simple counter for message IDs
137}
138
139func NewInMemorySessionStore() Store {
140 return &InMemorySessionStore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected