Searched defs:singletonContext (Results 1 – 1 of 1) sorted by relevance
183 type singletonContext struct { struct184 name string185 context *Context186 config interface{}187 scope *localScope188 globals *liveTracker190 ninjaFileDeps []string191 errs []error193 actionDefs localBuildActions196 func (s *singletonContext) Config() interface{} {[all …]