API encapsulates the ecgo's frontend.API along with two new APIs added to facilitate direct invocation of ecgo.API within the codebase.
| 21 | // API encapsulates the ecgo's frontend.API along with two new APIs added to facilitate |
| 22 | // direct invocation of ecgo.API within the codebase. |
| 23 | type API interface { |
| 24 | frontend.API |
| 25 | builder.SubCircuitAPI |
| 26 | builder.API |
| 27 | } |
| 28 | |
| 29 | // CompileResult represents the result of a compilation process. |
| 30 | // It contains unexported fields and provides methods to retrieve various components |
nothing calls this directly
no outgoing calls
no test coverage detected