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

Method Close

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

Close releases any resources held by the store (e.g., database connections).

()

Source from the content-addressed store, hash-verified

129
130 // Close releases any resources held by the store (e.g., database connections).
131 Close() error
132}
133
134type InMemorySessionStore struct {

Callers 15

drainStreamFunction · 0.65
GetMethod · 0.65
openFileMethod · 0.65
CloseMethod · 0.65
rotateMethod · 0.65
StartFunction · 0.65
restoreMethod · 0.65
StartMethod · 0.65
StopMethod · 0.65
openMemoryStoreFunction · 0.65

Implementers 3

InMemorySessionStorepkg/session/store.go
SQLiteSessionStorepkg/session/store.go
RemoteSessionStorepkg/runtime/remote_runtime.go

Calls

no outgoing calls