Searched defs:singletonContext (Results 1 – 1 of 1) sorted by relevance
154 type singletonContext struct { struct155 name string156 context *Context157 config interface{}158 scope *localScope159 globals *liveTracker161 ninjaFileDeps []string162 errs []error164 actionDefs localBuildActions167 func (s *singletonContext) Config() interface{} {[all …]