()
| 75 | } |
| 76 | |
| 77 | func (b *localBackend) LoadTeamRequest() runtime.LoadTeamRequest { |
| 78 | return b.flags.loadTeamRequest(b.agentSource) |
| 79 | } |
| 80 | |
| 81 | func (b *localBackend) LoadTeam(ctx context.Context, req runtime.LoadTeamRequest) (*teamloader.LoadResult, error) { |
| 82 | return b.flags.loadAgentFrom(ctx, req) |
nothing calls this directly
no test coverage detected