(object: Object)
| 185 | } |
| 186 | |
| 187 | function getOwnObjProps(object: Object): string[] { |
| 188 | return object ? Object.getOwnPropertyNames(object) : [] |
| 189 | } |
| 190 | |
| 191 | function getAllSelectedChannels(): string[] { |
| 192 |
no outgoing calls
no test coverage detected