Searched defs:mutatorContext (Results 1 – 2 of 2) sorted by relevance
1047 type mutatorContext struct { struct1048 baseModuleContext1049 mutator *mutatorInfo1050 reverseDeps []reverseDep1051 rename []rename1052 replace []replace1053 newVariations moduleList // new variants of existing modules1054 newModules []*moduleInfo // brand new modules1055 defaultVariation *string1056 pauseCh chan<- pauseSpec[all …]
2926 run(mutator []*mutatorInfo, ctx *mutatorContext)