MCPcopy
hub / github.com/idank/explainshell / cancel

Method cancel

explainshell/extraction/types.py:139–143  ·  view source on GitHub ↗

Signal the extractor to stop after the current in-flight work completes. Does not abort already in-flight calls, but prevents new ones from being submitted.

(self)

Source from the content-addressed store, hash-verified

137 def extract(self, gz_path: str) -> ExtractionResult: ...
138
139 def cancel(self) -> None:
140 """Signal the extractor to stop after the current in-flight work
141 completes. Does not abort already in-flight calls, but prevents
142 new ones from being submitted."""
143 ...

Callers 1

run_parallelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected