(commandName)
| 44 | } |
| 45 | |
| 46 | function normalizeCommandName(commandName) { |
| 47 | return String(commandName || '').trim().toLowerCase(); |
| 48 | } |
| 49 | |
| 50 | function getCommandPolicy(command) { |
| 51 | const protection = command?.abuseProtection || {}; |
no outgoing calls
no test coverage detected