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

Method SessionStore

pkg/app/app.go:1145–1147  ·  view source on GitHub ↗

SessionStore returns the session store for browsing/loading sessions. Returns nil if no session store is configured.

()

Source from the content-addressed store, hash-verified

1143// SessionStore returns the session store for browsing/loading sessions.
1144// Returns nil if no session store is configured.
1145func (a *App) SessionStore() session.Store {
1146 return a.runtime.SessionStore()
1147}
1148
1149// ReplaceSession replaces the current session with the given session.
1150// This is used when loading a past session. It also re-emits startup info

Callers

nothing calls this directly

Calls 1

SessionStoreMethod · 0.65

Tested by

no test coverage detected