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

Method Println

ecgo/builder/api.go:386–388  ·  view source on GitHub ↗

Println is not implemented and will panic if called.

(a ...frontend.Variable)

Source from the content-addressed store, hash-verified

384
385// Println is not implemented and will panic if called.
386func (builder *builder) Println(a ...frontend.Variable) {
387 panic("unimplemented")
388}
389
390// Compiler returns itself as it implements the frontend.Compiler interface.
391func (builder *builder) Compiler() frontend.Compiler {

Callers 4

ShowProfilingFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
SumRationalNumbersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected