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

Function newVariable

ecgo/builder/variable.go:5–7  ·  view source on GitHub ↗
(id int)

Source from the content-addressed store, hash-verified

3import "github.com/PolyhedraZK/ExpanderCompilerCollection/ecgo/utils/gnarkexpr"
4
5func newVariable(id int) gnarkexpr.Expr {
6 return gnarkexpr.NewVar(id)
7}

Callers 6

CmpMethod · 0.85
callSubCircuitMethod · 0.85
addVarMethod · 0.85
toVariableMethod · 0.85
mustBeLessOrEqVarMethod · 0.85
MustBeLessOrEqCstMethod · 0.85

Calls 1

NewVarFunction · 0.92

Tested by

no test coverage detected