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

Function takeObject

packages/databus-wasm-nodejs/cjs/databus_wasm.js:20–24  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

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

Callers 9

databus_wasm.jsFile · 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
json0_composeMethod · 0.70

Calls 2

getObjectFunction · 0.70
dropObjectFunction · 0.70

Tested by

no test coverage detected