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

Struct BuildModuleManager

acceptance/buildpacks/manager.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type BuildModuleManager struct {
13 testObject *testing.T
14 assert testhelpers.AssertionManager
15 sourceDir string
16}
17
18type BuildModuleManagerModifier func(b *BuildModuleManager)
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected