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

Function takeObject

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

Source from the content-addressed store, hash-verified

25497 heap_next = idx;
25498 }
25499 function takeObject(idx) {
25500 const ret = getObject(idx);
25501 dropObject(idx);
25502 return ret;
25503 }
25504 var WASM_VECTOR_LEN = 0;
25505 var cachedUint8Memory0 = null;
25506 function getUint8Memory0() {

Callers 4

encodeMethod · 0.85
encode_with_unstableMethod · 0.85
token_byte_valuesMethod · 0.85

Calls 2

getObjectFunction · 0.85
dropObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…