(allowedOperations: DROP_OPERATION, operation: DropOperation)
| 504 | } |
| 505 | |
| 506 | function getDropOperation(allowedOperations: DROP_OPERATION, operation: DropOperation) { |
| 507 | let op = DROP_OPERATION[operation]; |
| 508 | return allowedOperations & op ? operation : 'cancel'; |
| 509 | } |
no outgoing calls
no test coverage detected