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

Method Close

coder/arith/encoding.go:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (enc *Encoder) Close() {
33 for i := 0; i < 4; i++ {
34 enc.data = append(enc.data, byte(enc.lo>>24))
35 enc.lo <<= 8
36 }
37}
38
39func (enc *Encoder) Bytes() []byte { return enc.data }
40

Callers 10

mainFunction · 0.95
EncodeMethod · 0.95
mainFunction · 0.95
EncodeMethod · 0.95
ModelTestFunction · 0.95
TestByteModelFunction · 0.95
TestShiftZerosFunction · 0.95
TestShift2ZerosFunction · 0.95
TestRandomEncodeDecodeFunction · 0.95
TestPackingFunction · 0.95

Calls

no outgoing calls

Tested by 6

ModelTestFunction · 0.76
TestByteModelFunction · 0.76
TestShiftZerosFunction · 0.76
TestShift2ZerosFunction · 0.76
TestRandomEncodeDecodeFunction · 0.76
TestPackingFunction · 0.76