MCPcopy
hub / github.com/kekingcn/kkFileView / push

Function push

server/src/main/resources/static/dcm/react.development.js:2500–2504  ·  view source on GitHub ↗
(heap, node)

Source from the content-addressed store, hash-verified

2498 }
2499
2500 function push(heap, node) {
2501 var index = heap.length;
2502 heap.push(node);
2503 siftUp(heap, node, index);
2504 }
2505 function peek(heap) {
2506 var first = heap[0];
2507 return first === undefined ? null : first;

Callers 15

advanceTimersFunction · 0.70
maybeMethod · 0.50
docclassMethod · 0.50
spillMethod · 0.50
spilldescriptorsMethod · 0.50
spilldataMethod · 0.50
docdataMethod · 0.50
docclassMethod · 0.50
maybeMethod · 0.50
spillMethod · 0.50
spilldescriptorsMethod · 0.50

Calls 2

siftUpFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected