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

Function WithGRPCConn

pkg/policies/policies.go:148–152  ·  view source on GitHub ↗
(conn *grpc.ClientConn)

Source from the content-addressed store, hash-verified

146}
147
148func WithGRPCConn(conn *grpc.ClientConn) PolicyVerifierOption {
149 return func(o *PolicyVerifierOptions) {
150 o.GRPCConn = conn
151 }
152}
153
154func WithEvalPhase(phase EvalPhase) PolicyVerifierOption {
155 return func(o *PolicyVerifierOptions) {

Callers 1

verifyMaterialFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected