Searched defs:singletonContext (Results 1 – 1 of 1) sorted by relevance
178 type singletonContext struct { struct179 name string180 context *Context181 config interface{}182 scope *localScope183 globals *liveTracker185 ninjaFileDeps []string186 errs []error188 actionDefs localBuildActions191 func (s *singletonContext) Config() interface{} {[all …]