(out_path: str)
| 288 | |
| 289 | |
| 290 | def log_indexing_started(out_path: str): |
| 291 | if IS_TTY: |
| 292 | sys.stdout.write(f' > ./{Path(out_path).relative_to(OUTPUT_DIR)}') |
| 293 | |
| 294 | |
| 295 | def log_indexing_finished(out_path: str): |
no outgoing calls
no test coverage detected