()
| 87 | let settingsSingleton: ISettings = undefined as unknown as ISettings; |
| 88 | |
| 89 | export function buildbotGetSettings(): ISettings { |
| 90 | return settingsSingleton; |
| 91 | } |
| 92 | |
| 93 | // Not intended to be used by plugins themselves |
| 94 | export function registerBuildbotSettingsSingleton(settings: ISettings) { |
no outgoing calls
no test coverage detected