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

Function _prepare

tests/extraction/test_runner.py:74–75  ·  view source on GitHub ↗
(gz_path: str)

Source from the content-addressed store, hash-verified

72 ext = _FakeExtractor()
73
74 def _prepare(gz_path: str) -> PreparedFile:
75 return prepared_map[gz_path]
76
77 ext.prepare.side_effect = _prepare
78

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected