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

Function takeObject

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

Callers 4

__wbg_adapter_22Function · 0.70
databus_wasm.jsFile · 0.70
initMethod · 0.70
get_datasheet_packMethod · 0.70

Calls 2

getObjectFunction · 0.70
dropObjectFunction · 0.70

Tested by

no test coverage detected