MCPcopy
hub / github.com/helm/helm / PushOptProvData

Function PushOptProvData

pkg/registry/client.go:760–764  ·  view source on GitHub ↗

PushOptProvData returns a function that sets the prov bytes setting on push

(provData []byte)

Source from the content-addressed store, hash-verified

758
759// PushOptProvData returns a function that sets the prov bytes setting on push
760func PushOptProvData(provData []byte) PushOption {
761 return func(operation *pushOperation) {
762 operation.provData = provData
763 }
764}
765
766// PushOptStrictMode returns a function that sets the strictMode setting on push
767func PushOptStrictMode(strictMode bool) PushOption {

Callers 2

pushMethod · 0.92
testPushFunction · 0.85

Calls

no outgoing calls

Tested by 1

testPushFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…