Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
function
takeObject(idx) {
22
const
ret = getObject(idx);
23
dropObject(idx);
24
return
ret;
25
}
26
27
function
isLikeNone(x) {
28
return
x === undefined || x === null;
Callers
8
__wbg_adapter_22
Function · 0.70
ping_2
Function · 0.70
get_records
Function · 0.70
init
Method · 0.70
get_datasheet_pack
Method · 0.70
__wbindgen_object_drop_ref
Function · 0.70
__wbindgen_cb_drop
Function · 0.70
__wbg_transaction_64ded2617f47f79a
Function · 0.70
Calls
2
getObject
Function · 0.70
dropObject
Function · 0.70
Tested by
no test coverage detected