Home
last modified time | relevance | path

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

/build/blueprint/
Dsingleton_ctx.go183 type singletonContext struct { struct
184 name string
185 context *Context
186 config interface{}
187 scope *localScope
188 globals *liveTracker
190 ninjaFileDeps []string
191 errs []error
193 actionDefs localBuildActions
196 func (s *singletonContext) Config() interface{} {
[all …]