Searched defs:singletonContext (Results 1 – 1 of 1) sorted by relevance
87 type singletonContext struct { struct88 name string89 context *Context90 config interface{}91 scope *localScope92 globals *liveTracker94 ninjaFileDeps []string95 errs []error97 actionDefs localBuildActions100 func (s *singletonContext) Config() interface{} {[all …]