()
| 243 | * @package Visible for testing |
| 244 | */ |
| 245 | export function clearModalStack() { |
| 246 | modalEntryStack.length = 0; |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * @return {number} The number of entries in the stack, for testing. |
no outgoing calls
no test coverage detected