| 10 | ) |
| 11 | |
| 12 | type BuildModuleManager struct { |
| 13 | testObject *testing.T |
| 14 | assert testhelpers.AssertionManager |
| 15 | sourceDir string |
| 16 | } |
| 17 | |
| 18 | type BuildModuleManagerModifier func(b *BuildModuleManager) |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected