MCPcopy Create free account
hub / github.com/containers/image / PropertyMethods

Function PropertyMethods

internal/imagedestination/impl/properties.go:34–38  ·  view source on GitHub ↗

PropertyMethods creates an PropertyMethodsInitialize for vals.

(vals Properties)

Source from the content-addressed store, hash-verified

32
33// PropertyMethods creates an PropertyMethodsInitialize for vals.
34func PropertyMethods(vals Properties) PropertyMethodsInitialize {
35 return PropertyMethodsInitialize{
36 vals: vals,
37 }
38}
39
40// SupportedManifestMIMETypes tells which manifest mime types the destination supports
41// If an empty slice or nil it's returned, then any mime type can be tried to upload

Callers 4

newImageDestinationFunction · 0.92
newImageDestinationFunction · 0.92
newImageDestinationFunction · 0.92
NewDestinationFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…