()
| 1224 | } |
| 1225 | |
| 1226 | export function getAllowedSettingSources(): SettingSource[] { |
| 1227 | return STATE.allowedSettingSources |
| 1228 | } |
| 1229 | |
| 1230 | export function setAllowedSettingSources(sources: SettingSource[]): void { |
| 1231 | STATE.allowedSettingSources = sources |
no outgoing calls
no test coverage detected