Home
last modified time | relevance | path

Searched defs:mutatorContext (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dmodule_ctx.go814 type mutatorContext struct { struct
815 baseModuleContext
816 mutator *mutatorInfo
817 reverseDeps []reverseDep
818 rename []rename
819 replace []replace
820 newVariations modulesOrAliases // new variants of existing modules
821 newModules []*moduleInfo // brand new modules
822 defaultVariation *string
823 pauseCh chan<- pauseSpec
[all …]
Dcontext.go2782 run(mutator *mutatorInfo, ctx *mutatorContext)