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

Method CreateSessionRequest

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

Source from the content-addressed store, hash-verified

200}
201
202func (b *remoteBackend) CreateSessionRequest(workingDir string) runtime.CreateSessionRequest {
203 return b.flags.createSessionRequest(workingDir)
204}
205
206func (b *remoteBackend) CreateSession(ctx context.Context, _ *teamloader.LoadResult, req runtime.CreateSessionRequest) (runtime.Runtime, *session.Session, func(), error) {
207 client, err := runtime.NewClient(b.flags.remoteAddress)

Callers

nothing calls this directly

Calls 1

createSessionRequestMethod · 0.80

Tested by

no test coverage detected