Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
func
(i *InputBuf) ReadUint8() uint8 {
83
x := i.buf[0]
84
i.buf = i.buf[1:]
85
return
x
86
}
87
88
func
(i *InputBuf) ReadIntSlice() []int {
89
n := i.ReadUint64()
Callers
2
deserializeCoef
Function · 0.80
deserializeInstruction
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected