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

Function _finalize

tests/extraction/test_runner.py:81–82  ·  view source on GitHub ↗
(gz_path, prepared, responses)

Source from the content-addressed store, hash-verified

79 if finalize_error:
80
81 def _finalize(gz_path, prepared, responses):
82 raise finalize_error
83
84 ext.finalize.side_effect = _finalize
85 elif finalize_results:

Callers

nothing calls this directly

Calls 1

_make_resultFunction · 0.85

Tested by

no test coverage detected