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

Function WithIncludeRawData

pkg/policies/policies.go:136–140  ·  view source on GitHub ↗
(include bool)

Source from the content-addressed store, hash-verified

134}
135
136func WithIncludeRawData(include bool) PolicyVerifierOption {
137 return func(o *PolicyVerifierOptions) {
138 o.IncludeRawData = include
139 }
140}
141
142func WithEnablePrint(enable bool) PolicyVerifierOption {
143 return func(o *PolicyVerifierOptions) {

Callers 1

verifyMaterialFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected