Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Decode
Method
Decode
coder/arith/models.go:64–68 ·
view source on GitHub ↗
(dec *Decoder)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(m *Shift2) Decode(dec *Decoder) (bit uint) {
65
bit = dec.Decode(m.P0 + m.P1)
66
m.adapt(bit)
67
return
bit
68
}
69
70
type
Shift4
struct
{
71
P [4]P
Callers
nothing calls this directly
Calls
2
adapt
Method · 0.95
Decode
Method · 0.65
Tested by
no test coverage detected