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

Function getObject

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

Source from the content-addressed store, hash-verified

25488 var heap = new Array(128).fill(void 0);
25489 heap.push(void 0, null, true, false);
25490 function getObject(idx) {
25491 return heap[idx];
25492 }
25493 var heap_next = heap.length;
25494 function dropObject(idx) {
25495 if (idx < 132) return;

Callers 2

takeObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected