MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / WithEnablePrint

Function WithEnablePrint

pkg/policies/policies.go:142–146  ·  view source on GitHub ↗
(enable bool)

Source from the content-addressed store, hash-verified

140}
141
142func WithEnablePrint(enable bool) PolicyVerifierOption {
143 return func(o *PolicyVerifierOptions) {
144 o.EnablePrint = enable
145 }
146}
147
148func WithGRPCConn(conn *grpc.ClientConn) PolicyVerifierOption {
149 return func(o *PolicyVerifierOptions) {

Callers 1

verifyMaterialFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected