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

Function takeObject

packages/databus-wasm-web/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 isLikeNone(x) {
28 return x === undefined || x === null;

Callers 8

__wbg_adapter_22Function · 0.70
ping_2Function · 0.70
get_recordsFunction · 0.70
initMethod · 0.70
get_datasheet_packMethod · 0.70
__wbindgen_cb_dropFunction · 0.70

Calls 2

getObjectFunction · 0.70
dropObjectFunction · 0.70

Tested by

no test coverage detected