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

Method AppendUint8

ecgo/utils/buf.go:45–47  ·  view source on GitHub ↗
(x uint8)

Source from the content-addressed store, hash-verified

43}
44
45func (o *OutputBuf) AppendUint8(x uint8) {
46 o.buf = append(o.buf, x)
47}
48
49func (o *OutputBuf) AppendIntSlice(x []int) {
50 o.AppendUint64(uint64(len(x)))

Callers 4

serializeInstructionFunction · 0.80
serializeCircuitFunction · 0.80
serializeCoefFunction · 0.80
serializeInstructionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected