Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx.go1047 type mutatorContext struct { struct
1048 baseModuleContext
1049 mutator *mutatorInfo
1050 reverseDeps []reverseDep
1051 rename []rename
1052 replace []replace
1053 newVariations moduleList // new variants of existing modules
1054 newModules []*moduleInfo // brand new modules
1055 defaultVariation *string
1056 pauseCh chan<- pauseSpec
[all …]
Dcontext.go2926 run(mutator []*mutatorInfo, ctx *mutatorContext)