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

Method CreateSessionRequest

cmd/root/backend.go:85–87  ·  view source on GitHub ↗
(workingDir string)

Source from the content-addressed store, hash-verified

83}
84
85func (b *localBackend) CreateSessionRequest(workingDir string) runtime.CreateSessionRequest {
86 return b.flags.createSessionRequest(workingDir)
87}
88
89// sessionStore returns the backend-owned session store, opening it on
90// first use. The store is shared by the initial runtime and by every

Callers

nothing calls this directly

Calls 1

createSessionRequestMethod · 0.80

Tested by

no test coverage detected