()
| 24 | // branching on f.remoteAddress. |
| 25 | type backend interface { |
| 26 | LoadTeamRequest() runtime.LoadTeamRequest |
| 27 | LoadTeam(ctx context.Context, req runtime.LoadTeamRequest) (*teamloader.LoadResult, error) |
| 28 | |
| 29 | CreateSessionRequest(workingDir string) runtime.CreateSessionRequest |
no outgoing calls
no test coverage detected