MCPcopy Create free account
hub / github.com/buildpacks/pack / Name

Method Name

pkg/client/input_image_reference.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12type InputImageReference interface {
13 Name() string
14 Layout() bool
15 FullName() (string, error)
16}

Callers 15

testInputImageReferenceFunction · 0.95
NewImageCacheFunction · 0.65
NewVolumeCacheFunction · 0.65
getVolumeKeyFunction · 0.65
RebaseMethod · 0.65
testAnnotateManifestFunction · 0.65
addManifestToIndexMethod · 0.65
testDownloadSBOMFunction · 0.65
testPackageExtensionFunction · 0.65
BuildMethod · 0.65
validateMixinsMethod · 0.65
processLayoutPathMethod · 0.65

Implementers 2

defaultInputImageReferencepkg/client/input_image_reference.go
layoutInputImageReferencepkg/client/input_image_reference.go

Calls

no outgoing calls

Tested by 15

testInputImageReferenceFunction · 0.76
testAnnotateManifestFunction · 0.52
testDownloadSBOMFunction · 0.52
testPackageExtensionFunction · 0.52
testCreateBuilderFunction · 0.52
testRemoveManifestFunction · 0.52
testPackageBuildpackFunction · 0.52
testBuildFunction · 0.52
testPullBuildpackFunction · 0.52
testFetcherFunction · 0.52