Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
type
Model
interface
{
6
NBits() uint
7
Encode(enc *Encoder, value uint)
8
Decode(dec *Decoder) (value uint)
9
}
10
Callers
10
run
Function · 0.65
Encode
Method · 0.65
Encode
Method · 0.65
Encode
Method · 0.65
Encode
Method · 0.65
ModelTest
Function · 0.65
TestByteModel
Function · 0.65
TestShiftZeros
Function · 0.65
TestShift2Zeros
Function · 0.65
Write
Method · 0.65
Implementers
3
Shift
coder/arith/models.go
Shift2
coder/arith/models.go
Shift4
coder/arith/models.go
Calls
no outgoing calls
Tested by
4
ModelTest
Function · 0.52
TestByteModel
Function · 0.52
TestShiftZeros
Function · 0.52
TestShift2Zeros
Function · 0.52