(self, target_id)
| 118 | return started |
| 119 | |
| 120 | def get_target(self, target_id): |
| 121 | return self._cload.request_info_update(target_id) |
| 122 | |
| 123 | def read_cf1_config(self): |
| 124 | """Read a flash page from the specified target""" |
nothing calls this directly
no test coverage detected