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

Method Descriptor

pkg/buildpack/buildpack.go:32–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 // timestamp and root UID/GID).
31 Open() (io.ReadCloser, error)
32 Descriptor() Descriptor
33}
34
35type Descriptor interface {

Callers 15

allBuildpacksFunction · 0.65
fetchBuildpackMethod · 0.65
addConfigMethod · 0.65
validateModuleFunction · 0.65
processSystemMethod · 0.65
testBuildpackDownloaderFunction · 0.65
testPackageBuilderFunction · 0.65
testModuleManagerFunction · 0.65
testOCILayoutPackageFunction · 0.65
testBuildpackFunction · 0.65

Implementers 8

mockBuildModulepkg/client/client_test.go
errorBuildModulepkg/buildpack/buildpack_test.go
MockBuildModulepkg/testmocks/mock_build_module.go
MockBuildModuleMockRecorderpkg/testmocks/mock_build_module.go
fakeExtensioninternal/fakes/fake_extension.go
fakeBuildpackinternal/fakes/fake_buildpack.go
MockLifecycleinternal/builder/testmocks/mock_lifecy
MockLifecycleMockRecorderinternal/builder/testmocks/mock_lifecy

Calls

no outgoing calls

Tested by 7

testBuildpackDownloaderFunction · 0.52
testPackageBuilderFunction · 0.52
testModuleManagerFunction · 0.52
testOCILayoutPackageFunction · 0.52
testBuildpackFunction · 0.52
testBuildModuleWriterFunction · 0.52