Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kovidgoyal/kitty
/ Compressor
Interface
Compressor
kittens/transfer/send.go:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
type
FileHash
struct
{ dev, inode uint64 }
46
47
type
Compressor
interface
{
48
Compress(data []byte) []byte
49
Flush() []byte
50
}
51
52
type
IdentityCompressor
struct
{}
53
Callers
6
next_chunk
Method · 0.65
Write
Method · 0.65
Close
Method · 0.65
RunSSHAskpass
Function · 0.65
bootstrap_script
Function · 0.65
next_chunk
Method · 0.65
Implementers
2
IdentityCompressor
kittens/transfer/utils.py
ZlibCompressor
kittens/transfer/utils.py
Calls
no outgoing calls
Tested by
no test coverage detected