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