Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/idank/explainshell
/ _compress
Function
_compress
explainshell/store.py:86–87 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
84
85
86
def
_compress(text: str) -> bytes:
87
return
zlib.compress(text.encode(
"utf-8"
))
88
89
90
def
_decompress(data: bytes) -> str:
Callers
1
_upsert_raw_manpage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected