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

Function takeObject

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

Source from the content-addressed store, hash-verified

19}
20
21function takeObject(idx) {
22 const ret = getObject(idx);
23 dropObject(idx);
24 return ret;
25}
26
27function addHeapObject(obj) {
28 if (heap_next === heap.length) heap.push(heap.length + 1);

Callers 15

json0_seriFunction · 0.70
json0_inverseFunction · 0.70
action_set_cellFunction · 0.70
get_recordsFunction · 0.70
action_add_recordFunction · 0.70
initMethod · 0.70
delete_cacheMethod · 0.70
get_datasheet_packMethod · 0.70
json0_applyMethod · 0.70
json0_transformMethod · 0.70
json0_transform_xMethod · 0.70
json0_invertMethod · 0.70

Calls 2

getObjectFunction · 0.70
dropObjectFunction · 0.70

Tested by

no test coverage detected