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

Method NewHintForId

ecgo/builder/builder.go:204–206  ·  view source on GitHub ↗

NewHintForId is not implemented and will panic if called.

(id solver.HintID, nbOutputs int, inputs ...frontend.Variable)

Source from the content-addressed store, hash-verified

202
203// NewHintForId is not implemented and will panic if called.
204func (builder *builder) NewHintForId(id solver.HintID, nbOutputs int, inputs ...frontend.Variable) ([]frontend.Variable, error) {
205 return builder.newHintForId(id, nbOutputs, inputs)
206}
207
208func (builder *builder) newHintForId(id solver.HintID, nbOutputs int, inputs []frontend.Variable) ([]frontend.Variable, error) {
209 hintInputs := builder.toVariableIds(inputs...)

Callers

nothing calls this directly

Calls 1

newHintForIdMethod · 0.95

Tested by

no test coverage detected