go.pact.im/x/plumb/internal/solve.Plan.Outputs (field)
8 uses
go.pact.im/x/plumb/internal/solve (current package)
checks.go#L68: for _, t := range pl.Outputs {
checks.go#L140: nonEmpty := len(pl.Inputs) > 0 || len(pl.Outputs) > 0 || pl.AnyCleanup || pl.Fallible || len(pl.Lifted) > 0
finalize.go#L66: pl.Outputs = outs
solve.go#L131: Outputs []types.Type // value outputs, in signature order
go.pact.im/x/plumb/internal/emit
emit.go#L179: outNames := make([]string, len(pl.Outputs))
emit.go#L180: for i, o := range pl.Outputs {
emit.go#L276: for i, o := range pl.Outputs {
report.go#L110: for _, o := range pl.Outputs {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)