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

Function WithSessionStore

pkg/runtime/runtime.go:416–420  ·  view source on GitHub ↗
(store session.Store)

Source from the content-addressed store, hash-verified

414}
415
416func WithSessionStore(store session.Store) Opt {
417 return func(r *LocalRuntime) {
418 r.sessionStore = store
419 }
420}
421
422// WithWorkingDir sets the working directory for hooks execution
423func WithWorkingDir(dir string) Opt {

Callers 8

runDockerAgentFunction · 0.92
runtimeForSessionMethod · 0.92
newRuntimeMethod · 0.92
runtimeOptsMethod · 0.92
newTUIFunction · 0.92

Calls

no outgoing calls