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

Method LoadTeamRequest

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

Source from the content-addressed store, hash-verified

187}
188
189func (b *remoteBackend) LoadTeamRequest() runtime.LoadTeamRequest {
190 // The server resolves its own source; ours is intentionally nil. The
191 // request still carries the user-level overrides so a future server
192 // can apply them server-side.
193 return b.flags.loadTeamRequest(nil)
194}
195
196func (b *remoteBackend) LoadTeam(context.Context, runtime.LoadTeamRequest) (*teamloader.LoadResult, error) {
197 // The server owns the team; no client-side load. Returning a nil

Callers

nothing calls this directly

Calls 1

loadTeamRequestMethod · 0.80

Tested by

no test coverage detected