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

Interface API

ecgo/api.go:23–27  ·  view source on GitHub ↗

API encapsulates the ecgo's frontend.API along with two new APIs added to facilitate direct invocation of ecgo.API within the codebase.

Source from the content-addressed store, hash-verified

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.
23type 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

Callers

nothing calls this directly

Implementers 1

builderecgo/builder/builder.go

Calls

no outgoing calls

Tested by

no test coverage detected