()
| 1202 | } |
| 1203 | |
| 1204 | export function getAllowedSettingSources(): SettingSource[] { |
| 1205 | return STATE.allowedSettingSources |
| 1206 | } |
| 1207 | |
| 1208 | export function setAllowedSettingSources(sources: SettingSource[]): void { |
| 1209 | STATE.allowedSettingSources = sources |
no outgoing calls
no test coverage detected