MCPcopy
hub / github.com/buildbot/buildbot / buildbotGetSettings

Function buildbotGetSettings

www/plugin_support/src/index.ts:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

GridView.tsxFile · 0.85
ConsoleView.tsxFile · 0.85
BuildsTable.tsxFile · 0.85
LogPreview.tsxFile · 0.85
BuildSummary.tsxFile · 0.85
BuildersTable.tsxFile · 0.85
SettingCheckboxFunction · 0.85
WorkersView.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected