MCPcopy Index your code
hub / github.com/plotly/dash / push

Function push

dash/deps/react@18.2.0.js:2417–2421  ·  view source on GitHub ↗
(heap, node)

Source from the content-addressed store, hash-verified

2415 var frameYieldMs = 5;
2416
2417 function push(heap, node) {
2418 var index = heap.length;
2419 heap.push(node);
2420 siftUp(heap, node, index);
2421 }
2422 function peek(heap) {
2423 return heap.length === 0 ? null : heap[0];
2424 }

Callers 3

advanceTimersFunction · 0.70
flatten_groupingFunction · 0.50

Calls 2

pushMethod · 0.80
siftUpFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…