()
| 539 | let nestedUpdateScheduled: boolean = false; |
| 540 | |
| 541 | export function isCurrentUpdateNested(): boolean { |
| 542 | return currentUpdateIsNested; |
| 543 | } |
| 544 | |
| 545 | export function markNestedUpdateScheduled(): void { |
| 546 | if (enableProfilerNestedUpdatePhase) { |
no outgoing calls
no test coverage detected