Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
90
def
_decompress(data: bytes) -> str:
91
return
zlib.decompress(data).decode(
"utf-8"
)
92
93
94
def
_dr_prefix(source: str) -> str:
Callers
1
get_raw_manpage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected