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

Function _decompress

explainshell/store.py:90–91  ·  view source on GitHub ↗
(data: bytes)

Source from the content-addressed store, hash-verified

88
89
90def _decompress(data: bytes) -> str:
91 return zlib.decompress(data).decode("utf-8")
92
93
94def _dr_prefix(source: str) -> str:

Callers 1

get_raw_manpageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected