()
| 1660 | } |
| 1661 | |
| 1662 | export function getAllowedChannels(): ChannelEntry[] { |
| 1663 | return STATE.allowedChannels |
| 1664 | } |
| 1665 | |
| 1666 | export function setAllowedChannels(entries: ChannelEntry[]): void { |
| 1667 | STATE.allowedChannels = entries |
no outgoing calls
no test coverage detected