Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/egonelbre/exp
/ Decode
Method
Decode
coder/arith/models.go:97–101 ·
view source on GitHub ↗
(dec *Decoder)
Source
from the content-addressed store, hash-verified
95
}
96
97
func
(m *Shift4) Decode(dec *Decoder) (bit uint) {
98
bit = dec.Decode(m.P[0] + m.P[1] + m.P[2] + m.P[3])
99
m.adapt(bit)
100
return
bit
101
}
102
103
type
Tree []Model
104
Callers
nothing calls this directly
Calls
2
adapt
Method · 0.95
Decode
Method · 0.65
Tested by
no test coverage detected