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

Function PropertyMethods

internal/imagesource/impl/properties.go:18–22  ·  view source on GitHub ↗

PropertyMethods creates an PropertyMethodsInitialize for vals.

(vals Properties)

Source from the content-addressed store, hash-verified

16
17// PropertyMethods creates an PropertyMethodsInitialize for vals.
18func PropertyMethods(vals Properties) PropertyMethodsInitialize {
19 return PropertyMethodsInitialize{
20 vals: vals,
21 }
22}
23
24// HasThreadSafeGetBlob indicates whether GetBlob can be executed concurrently.
25func (o PropertyMethodsInitialize) HasThreadSafeGetBlob() bool {

Callers 8

NewImageSourceMethod · 0.92
newImageDestinationFunction · 0.92
newImageSourceFunction · 0.92
newImageSourceFunction · 0.92
newImageSourceFunction · 0.92
newImageSourceFunction · 0.92
newImageSourceAttemptFunction · 0.92
NewSourceFunction · 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…