Home
last modified time | relevance | path

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

/build/blueprint/
Dsingleton_ctx.go164 type singletonContext struct { struct
165 name string
166 context *Context
167 config interface{}
168 scope *localScope
169 globals *liveTracker
171 ninjaFileDeps []string
172 errs []error
174 actionDefs localBuildActions
177 func (s *singletonContext) Config() interface{} {
[all …]