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

Function addHeapObject

packages/databus-wasm-nodejs/cjs/databus_wasm.js:26–33  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

24}
25
26function addHeapObject(obj) {
27 if (heap_next === heap.length) heap.push(heap.length + 1);
28 const idx = heap_next;
29 heap_next = heap[idx];
30
31 heap[idx] = obj;
32 return idx;
33}
34
35let WASM_VECTOR_LEN = 0;
36

Callers 7

__wbg_adapter_30Function · 0.70
__wbg_adapter_35Function · 0.70
__wbg_adapter_40Function · 0.70
__wbg_adapter_43Function · 0.70
databus_wasm.jsFile · 0.70
handleErrorFunction · 0.70
__wbg_adapter_184Function · 0.70

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected