()
| 1674 | } |
| 1675 | |
| 1676 | export function getAllowedChannels(): ChannelEntry[] { |
| 1677 | return STATE.allowedChannels |
| 1678 | } |
| 1679 | |
| 1680 | export function setAllowedChannels(entries: ChannelEntry[]): void { |
| 1681 | STATE.allowedChannels = entries |
no outgoing calls
no test coverage detected