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

Function dropObject

packages/databus-wasm-web/databus_wasm.js:11–15  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

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

Callers 1

takeObjectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected