MCPcopy
hub / github.com/ArchiveBox/ArchiveBox / log_indexing_started

Function log_indexing_started

archivebox/logging_util.py:290–292  ·  view source on GitHub ↗
(out_path: str)

Source from the content-addressed store, hash-verified

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

Callers 1

timed_index_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected