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

Method LoadTeamRequest

cmd/root/backend.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (b *localBackend) LoadTeamRequest() runtime.LoadTeamRequest {
78 return b.flags.loadTeamRequest(b.agentSource)
79}
80
81func (b *localBackend) LoadTeam(ctx context.Context, req runtime.LoadTeamRequest) (*teamloader.LoadResult, error) {
82 return b.flags.loadAgentFrom(ctx, req)

Callers

nothing calls this directly

Calls 1

loadTeamRequestMethod · 0.80

Tested by

no test coverage detected