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

FuncType BuildModuleManagerModifier

acceptance/buildpacks/manager.go:18–18  ·  view source on GitHub ↗
func(b *BuildModuleManager)

Source from the content-addressed store, hash-verified

16}
17
18type BuildModuleManagerModifier func(b *BuildModuleManager)
19
20func NewBuildModuleManager(t *testing.T, assert testhelpers.AssertionManager, modifiers ...BuildModuleManagerModifier) BuildModuleManager {
21 m := BuildModuleManager{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected