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

Function takeObject

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

Source from the content-addressed store, hash-verified

15}
16
17function takeObject(idx) {
18 const ret = getObject(idx);
19 dropObject(idx);
20 return ret;
21}
22
23function addHeapObject(obj) {
24 if (heap_next === heap.length) heap.push(heap.length + 1);

Callers 14

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