Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
import
"github.com/PolyhedraZK/ExpanderCompilerCollection/ecgo/utils/gnarkexpr"
4
5
func
newVariable(id int) gnarkexpr.Expr {
6
return
gnarkexpr.NewVar(id)
7
}
Callers
6
Cmp
Method · 0.85
callSubCircuit
Method · 0.85
addVar
Method · 0.85
toVariable
Method · 0.85
mustBeLessOrEqVar
Method · 0.85
MustBeLessOrEqCst
Method · 0.85
Calls
1
NewVar
Function · 0.92
Tested by
no test coverage detected