MCPcopy
hub / github.com/docker/docker-agent / Spawner

Method Spawner

cmd/root/backend.go:134–136  ·  view source on GitHub ↗
(rt runtime.Runtime)

Source from the content-addressed store, hash-verified

132}
133
134func (b *localBackend) Spawner(rt runtime.Runtime) tui.SessionSpawner {
135 return b.flags.createSessionSpawner(b.agentSource, rt.SessionStore())
136}
137
138// ResumeWorkingDir looks up the session named by --session and returns the
139// working directory it was created with. It opens (and shares) the same

Callers

nothing calls this directly

Calls 2

createSessionSpawnerMethod · 0.80
SessionStoreMethod · 0.65

Tested by

no test coverage detected