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

Method LoadTeam

cmd/root/backend.go:81–83  ·  view source on GitHub ↗
(ctx context.Context, req runtime.LoadTeamRequest)

Source from the content-addressed store, hash-verified

79}
80
81func (b *localBackend) LoadTeam(ctx context.Context, req runtime.LoadTeamRequest) (*teamloader.LoadResult, error) {
82 return b.flags.loadAgentFrom(ctx, req)
83}
84
85func (b *localBackend) CreateSessionRequest(workingDir string) runtime.CreateSessionRequest {
86 return b.flags.createSessionRequest(workingDir)

Callers

nothing calls this directly

Calls 1

loadAgentFromMethod · 0.80

Tested by

no test coverage detected