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

Method InternalVariable

ecgo/builder/builder.go:273–275  ·  view source on GitHub ↗

InternalVariable is not implemented and will panic if called.

(wireID uint32)

Source from the content-addressed store, hash-verified

271
272// InternalVariable is not implemented and will panic if called.
273func (builder *builder) InternalVariable(wireID uint32) frontend.Variable {
274 panic("unimplemented")
275}
276
277// ToCanonicalVariable is not implemented and will panic if called.
278func (builder *builder) ToCanonicalVariable(in frontend.Variable) frontend.CanonicalVariable {

Callers 1

NewVarFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected