MCPcopy Index your code
hub / github.com/idank/explainshell / on_start

Function on_start

explainshell/manager.py:235–240  ·  view source on GitHub ↗
(gz_path: str)

Source from the content-addressed store, hash-verified

233 counter = {"n": 0}
234
235 def on_start(gz_path: str) -> None:
236 counter["n"] += 1
237 short_path = config.source_from_path(gz_path)
238 logger.info(
239 "[%d/%d] [%s] extracting (%s)...", counter["n"], total, short_path, mode
240 )
241
242 def on_result(gz_path: str, entry: ExtractionResult) -> None:
243 short_path = config.source_from_path(gz_path)

Callers 6

run_sequentialFunction · 0.85
_do_oneFunction · 0.85
run_batchFunction · 0.85
_fake_runMethod · 0.85
_fake_runMethod · 0.85
_fake_runMethod · 0.85

Calls

no outgoing calls

Tested by 3

_fake_runMethod · 0.68
_fake_runMethod · 0.68
_fake_runMethod · 0.68