(root, element)
| 18789 | return array.sort().join(", "); |
| 18790 | } |
| 18791 | function scheduleRoot(root, element) { |
| 18792 | root.context === emptyContextObject && |
| 18793 | (updateContainerSync(element, root, null, null), flushSyncWork$1()); |
| 18794 | } |
| 18795 | function scheduleRefresh(root, update) { |
| 18796 | if (null !== resolveFamily) { |
| 18797 | var staleFamilies = update.staleFamilies; |
nothing calls this directly
no test coverage detected
searching dependent graphs…