(cfg config)
| 85 | } |
| 86 | |
| 87 | func setCurrentConfig(cfg config) { |
| 88 | currentMu.Lock() |
| 89 | defer currentMu.Unlock() |
| 90 | currentCfg = cfg |
| 91 | } |
| 92 | |
| 93 | // configField contains metadata for a single configuration field. |
| 94 | type configField struct { |
no outgoing calls
searching dependent graphs…