| 276 | // ### Unit Test API ### |
| 277 | |
| 278 | void FinishInspection() { inspected_future_.MarkFinished(inspected_); } |
| 279 | void FinishScanBegin() { fragment_scanner_future_.MarkFinished(fragment_scanner_); } |
| 280 | |
| 281 | Future<> DeliverInit(bool slow) { |
no test coverage detected