region Dummy backend
| 182 | |
| 183 | // region Dummy backend |
| 184 | type dummyBackend struct { |
| 185 | exit chan struct{} |
| 186 | env map[string]string |
| 187 | commandsExecuted []string |
| 188 | } |
| 189 | |
| 190 | func (d *dummyBackend) OnClose() { |
| 191 | } |
nothing calls this directly
no outgoing calls
no test coverage detected