Searched defs:singletonContext (Results 1 – 1 of 1) sorted by relevance
168 type singletonContext struct { struct169 name string170 context *Context171 config interface{}172 scope *localScope173 globals *liveTracker175 ninjaFileDeps []string176 errs []error178 actionDefs localBuildActions181 func (s *singletonContext) Config() interface{} {[all …]