Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
func
(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
39
func
(enc *Encoder) Bytes() []byte {
return
enc.data }
40
Callers
10
main
Function · 0.95
Encode
Method · 0.95
main
Function · 0.95
Encode
Method · 0.95
ModelTest
Function · 0.95
TestByteModel
Function · 0.95
TestShiftZeros
Function · 0.95
TestShift2Zeros
Function · 0.95
TestRandomEncodeDecode
Function · 0.95
TestPacking
Function · 0.95
Calls
no outgoing calls
Tested by
6
ModelTest
Function · 0.76
TestByteModel
Function · 0.76
TestShiftZeros
Function · 0.76
TestShift2Zeros
Function · 0.76
TestRandomEncodeDecode
Function · 0.76
TestPacking
Function · 0.76