MCPcopy Create free account
hub / github.com/apitable/apitable / dropObject

Function dropObject

packages/databus-wasm-nodejs/databus_wasm.js:14–18  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

12let heap_next = heap.length;
13
14function dropObject(idx) {
15 if (idx < 132) return;
16 heap[idx] = heap_next;
17 heap_next = idx;
18}
19
20function takeObject(idx) {
21 const ret = getObject(idx);

Callers 1

takeObjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected