()
| 1694 | } |
| 1695 | |
| 1696 | export function getAllowedChannels(): ChannelEntry[] { |
| 1697 | return STATE.allowedChannels |
| 1698 | } |
| 1699 | |
| 1700 | export function setAllowedChannels(entries: ChannelEntry[]): void { |
| 1701 | STATE.allowedChannels = entries |
no outgoing calls
no test coverage detected