()
| 1240 | } |
| 1241 | |
| 1242 | export function getAllowedSettingSources(): SettingSource[] { |
| 1243 | return STATE.allowedSettingSources |
| 1244 | } |
| 1245 | |
| 1246 | export function setAllowedSettingSources(sources: SettingSource[]): void { |
| 1247 | STATE.allowedSettingSources = sources |
no outgoing calls
no test coverage detected