Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitable/apitable
/ takeObject
Function
takeObject
packages/databus-wasm-nodejs/esm/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
addHeapObject(obj) {
28
if
(heap_next === heap.length) heap.push(heap.length + 1);
Callers
15
json0_seri
Function · 0.70
json0_inverse
Function · 0.70
action_set_cell
Function · 0.70
get_records
Function · 0.70
action_add_record
Function · 0.70
init
Method · 0.70
delete_cache
Method · 0.70
get_datasheet_pack
Method · 0.70
json0_apply
Method · 0.70
json0_transform
Method · 0.70
json0_transform_x
Method · 0.70
json0_invert
Method · 0.70
Calls
2
getObject
Function · 0.70
dropObject
Function · 0.70
Tested by
no test coverage detected