MCPcopy Create free account
hub / github.com/reactjs/react-rails / peek

Function peek

lib/assets/react-source/development/react.js:3046–3049  ·  view source on GitHub ↗
(heap)

Source from the content-addressed store, hash-verified

3044 siftUp(heap, node, index);
3045 }
3046 function peek(heap) {
3047 var first = heap[0];
3048 return first === undefined ? null : first;
3049 }
3050 function pop(heap) {
3051 var first = heap[0];
3052

Callers 6

advanceTimersFunction · 0.70
handleTimeoutFunction · 0.70
workLoopFunction · 0.70
unstable_shouldYieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected