Searched defs:mutatorContext (Results 1 – 2 of 2) sorted by relevance
1007 type mutatorContext struct { struct1008 baseModuleContext1009 mutator *mutatorInfo1010 reverseDeps []reverseDep1011 rename []rename1012 replace []replace1013 newVariations moduleList // new variants of existing modules1014 newModules []*moduleInfo // brand new modules1015 defaultVariation *string1016 pauseCh chan<- pauseSpec[all …]
2938 run(mutator []*mutatorInfo, ctx *mutatorContext)