MCPcopy Create free account
hub / github.com/idank/explainshell / record_batch

Method record_batch

explainshell/extraction/runner.py:41–49  ·  view source on GitHub ↗
(
        self,
        batch_idx: int,
        batch_id: str | None,
        status: Literal["submitted", "completed", "failed"],
        files: list[str],
        error: str | None = None,
    )

Source from the content-addressed store, hash-verified

39 pass
40
41 def record_batch(
42 self,
43 batch_idx: int,
44 batch_id: str | None,
45 status: Literal["submitted", "completed", "failed"],
46 files: list[str],
47 error: str | None = None,
48 ) -> None:
49 pass
50
51
52class _InflightBatches:

Callers 1

_process_one_batchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected