()
| 46 | } |
| 47 | |
| 48 | export function getActiveConsumer(): ReactiveNode | null { |
| 49 | return activeConsumer; |
| 50 | } |
| 51 | |
| 52 | export function isInNotificationPhase(): boolean { |
| 53 | return inNotificationPhase; |
no outgoing calls
no test coverage detected
searching dependent graphs…