MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / dropObject

Function dropObject

out/cli.cjs:25494–25498  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

25492 }
25493 var heap_next = heap.length;
25494 function dropObject(idx) {
25495 if (idx < 132) return;
25496 heap[idx] = heap_next;
25497 heap_next = idx;
25498 }
25499 function takeObject(idx) {
25500 const ret = getObject(idx);
25501 dropObject(idx);

Callers 1

takeObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected