Home
last modified time | relevance | path

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

/build/blueprint/
Dsingleton_ctx.go154 type singletonContext struct { struct
155 name string
156 context *Context
157 config interface{}
158 scope *localScope
159 globals *liveTracker
161 ninjaFileDeps []string
162 errs []error
164 actionDefs localBuildActions
167 func (s *singletonContext) Config() interface{} {
[all …]