(o: DROP_OPERATION)
| 424 | |
| 425 | export let globalAllowedDropOperations: DROP_OPERATION = DROP_OPERATION.none; |
| 426 | export function setGlobalAllowedDropOperations(o: DROP_OPERATION): void { |
| 427 | globalAllowedDropOperations = o; |
| 428 | } |
no outgoing calls
no test coverage detected