func(b *BuildModuleManager)
| 16 | } |
| 17 | |
| 18 | type BuildModuleManagerModifier func(b *BuildModuleManager) |
| 19 | |
| 20 | func NewBuildModuleManager(t *testing.T, assert testhelpers.AssertionManager, modifiers ...BuildModuleManagerModifier) BuildModuleManager { |
| 21 | m := BuildModuleManager{ |
nothing calls this directly
no outgoing calls
no test coverage detected