()
| 5976 | var IdleEventPriority = IdleLane; |
| 5977 | var currentUpdatePriority = NoLane; |
| 5978 | function getCurrentUpdatePriority() { |
| 5979 | return currentUpdatePriority; |
| 5980 | } |
| 5981 | function setCurrentUpdatePriority(newPriority) { |
| 5982 | currentUpdatePriority = newPriority; |
| 5983 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…