Home
last modified time | relevance | path

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

/build/blueprint/
Dsingleton_ctx.go168 type singletonContext struct { struct
169 name string
170 context *Context
171 config interface{}
172 scope *localScope
173 globals *liveTracker
175 ninjaFileDeps []string
176 errs []error
178 actionDefs localBuildActions
181 func (s *singletonContext) Config() interface{} {
[all …]