MCPcopy 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
64func (m *Shift2) Decode(dec *Decoder) (bit uint) {
65 bit = dec.Decode(m.P0 + m.P1)
66 m.adapt(bit)
67 return bit
68}
69
70type Shift4 struct {
71 P [4]P

Callers

nothing calls this directly

Calls 2

adaptMethod · 0.95
DecodeMethod · 0.65

Tested by

no test coverage detected