MCPcopy Create free account
hub / github.com/egonelbre/exp / Encode

Method Encode

coder/arith/models.go:7–7  ·  view source on GitHub ↗
(enc *Encoder, value uint)

Source from the content-addressed store, hash-verified

5type Model interface {
6 NBits() uint
7 Encode(enc *Encoder, value uint)
8 Decode(dec *Decoder) (value uint)
9}
10

Callers 10

runFunction · 0.65
EncodeMethod · 0.65
EncodeMethod · 0.65
EncodeMethod · 0.65
EncodeMethod · 0.65
ModelTestFunction · 0.65
TestByteModelFunction · 0.65
TestShiftZerosFunction · 0.65
TestShift2ZerosFunction · 0.65
WriteMethod · 0.65

Implementers 3

Shiftcoder/arith/models.go
Shift2coder/arith/models.go
Shift4coder/arith/models.go

Calls

no outgoing calls

Tested by 4

ModelTestFunction · 0.52
TestByteModelFunction · 0.52
TestShiftZerosFunction · 0.52
TestShift2ZerosFunction · 0.52