Searched defs:mutatorContext (Results 1 – 2 of 2) sorted by relevance
786 type mutatorContext struct { struct787 baseModuleContext788 name string789 reverseDeps []reverseDep790 rename []rename791 replace []replace792 newVariations modulesOrAliases // new variants of existing modules793 newModules []*moduleInfo // brand new modules794 defaultVariation *string795 pauseCh chan<- pauseSpec
2451 func (bottomUpMutatorImpl) run(mutator *mutatorInfo, ctx *mutatorContext) {2465 func (topDownMutatorImpl) run(mutator *mutatorInfo, ctx *mutatorContext) {