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

Function dropObject

packages/databus-wasm-nodejs/esm/databus_wasm_bg.js:15–19  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

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

Callers 1

takeObjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected