()
| 385 | } |
| 386 | |
| 387 | export function getCurrentUpdatePriority(): EventPriority { |
| 388 | return currentUpdatePriority; |
| 389 | } |
| 390 | |
| 391 | export function resolveUpdatePriority(): EventPriority { |
| 392 | return currentUpdatePriority || DefaultEventPriority; |
no outgoing calls
no test coverage detected