(workingDir string)
| 200 | } |
| 201 | |
| 202 | func (b *remoteBackend) CreateSessionRequest(workingDir string) runtime.CreateSessionRequest { |
| 203 | return b.flags.createSessionRequest(workingDir) |
| 204 | } |
| 205 | |
| 206 | func (b *remoteBackend) CreateSession(ctx context.Context, _ *teamloader.LoadResult, req runtime.CreateSessionRequest) (runtime.Runtime, *session.Session, func(), error) { |
| 207 | client, err := runtime.NewClient(b.flags.remoteAddress) |
nothing calls this directly
no test coverage detected