Searched defs:singletonContext (Results 1 – 1 of 1) sorted by relevance
164 type singletonContext struct { struct165 name string166 context *Context167 config interface{}168 scope *localScope169 globals *liveTracker171 ninjaFileDeps []string172 errs []error174 actionDefs localBuildActions177 func (s *singletonContext) Config() interface{} {[all …]