Compiler returns itself as it implements the frontend.Compiler interface.
()
| 389 | |
| 390 | // Compiler returns itself as it implements the frontend.Compiler interface. |
| 391 | func (builder *builder) Compiler() frontend.Compiler { |
| 392 | return builder |
| 393 | } |
| 394 | |
| 395 | // Commit is faulty in its current implementation as it merely returns a compile-time random number. |
| 396 | func (builder *builder) Commit(v ...frontend.Variable) (frontend.Variable, error) { |
no outgoing calls
no test coverage detected