Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyhedraZK/ExpanderCompilerCollection
/ Bytes
Method
Bytes
ecgo/utils/buf.go:56–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
func
(o *OutputBuf) Bytes() []byte {
57
res := o.buf
58
o.buf = nil
59
return
res
60
}
61
62
type
InputBuf
struct
{
63
buf []byte
Callers
5
SerializeRootCircuit
Function · 0.95
Serialize
Method · 0.95
SerializeRootCircuit
Function · 0.95
Serialize
Method · 0.95
AppendBigInt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected