(key: string)
| 136 | } |
| 137 | |
| 138 | function isDangerousKey(key: string): boolean { |
| 139 | return DANGEROUS_KEYS.includes(key) |
| 140 | } |
| 141 | |
| 142 | function getSelectedOutputDescriptors( |
| 143 | selectedOutputs: string[] | undefined |
no outgoing calls
no test coverage detected