Searched defs:mutatorContext (Results 1 – 2 of 2) sorted by relevance
814 type mutatorContext struct { struct815 baseModuleContext816 mutator *mutatorInfo817 reverseDeps []reverseDep818 rename []rename819 replace []replace820 newVariations modulesOrAliases // new variants of existing modules821 newModules []*moduleInfo // brand new modules822 defaultVariation *string823 pauseCh chan<- pauseSpec[all …]
2782 run(mutator *mutatorInfo, ctx *mutatorContext)