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

Method Extensions

internal/builder/builder.go:279–281  ·  view source on GitHub ↗

Extensions returns the extensions list

()

Source from the content-addressed store, hash-verified

277
278// Extensions returns the extensions list
279func (b *Builder) Extensions() []dist.ModuleInfo {
280 return b.metadata.Extensions
281}
282
283// CreatedBy returns metadata around the creation of the builder
284func (b *Builder) CreatedBy() CreatorMetadata {

Callers 3

SaveMethod · 0.95
BuildMethod · 0.80
testCreateBuilderFunction · 0.80

Calls

no outgoing calls

Tested by 1

testCreateBuilderFunction · 0.64