Home
last modified time | relevance | path

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

/build/blueprint/
Dsingleton_ctx.go87 type singletonContext struct { struct
88 name string
89 context *Context
90 config interface{}
91 scope *localScope
92 globals *liveTracker
94 ninjaFileDeps []string
95 errs []error
97 actionDefs localBuildActions
100 func (s *singletonContext) Config() interface{} {
[all …]