MCPcopy Create free account
hub / github.com/PolyhedraZK/ExpanderCompilerCollection / ReadUint8

Method ReadUint8

ecgo/utils/buf.go:82–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (i *InputBuf) ReadUint8() uint8 {
83 x := i.buf[0]
84 i.buf = i.buf[1:]
85 return x
86}
87
88func (i *InputBuf) ReadIntSlice() []int {
89 n := i.ReadUint64()

Callers 2

deserializeCoefFunction · 0.80
deserializeInstructionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected