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

Method ExplodedModules

pkg/buildpack/managed_collection.go:10–10  ·  view source on GitHub ↗

ExplodedModules returns all build modules that will be added to the output artifact as a single layer containing a single module.

()

Source from the content-addressed store, hash-verified

8 // ExplodedModules returns all build modules that will be added to the output artifact as a single layer
9 // containing a single module.
10 ExplodedModules() []BuildModule
11
12 // AddModules adds module information to the collection as flattened or not, depending on how the collection is configured.
13 AddModules(main BuildModule, deps ...BuildModule)

Callers 4

testModuleManagerFunction · 0.65
AllModulesMethod · 0.65
finalizeImageMethod · 0.65
SaveMethod · 0.65

Calls

no outgoing calls

Tested by 1

testModuleManagerFunction · 0.52