MCPcopy Index your code
hub / github.com/regclient/regclient / ImageWithCheckBaseRef

Function ImageWithCheckBaseRef

image.go:146–150  ·  view source on GitHub ↗

ImageWithCheckBaseRef provides a base reference to compare in ImageCheckBase.

(r string)

Source from the content-addressed store, hash-verified

144
145// ImageWithCheckBaseRef provides a base reference to compare in ImageCheckBase.
146func ImageWithCheckBaseRef(r string) ImageOpts {
147 return func(opts *imageOpt) {
148 opts.checkBaseRef = r
149 }
150}
151
152// ImageWithCheckSkipConfig skips the configuration check in ImageCheckBase.
153func ImageWithCheckSkipConfig() ImageOpts {

Callers 2

runImageCheckBaseMethod · 0.92
TestImageCheckBaseFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestImageCheckBaseFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…