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.js:17–21 ·
view source on GitHub ↗
(idx)
Source
from the content-addressed store, hash-verified
15
}
16
17
function
takeObject(idx) {
18
const
ret = getObject(idx);
19
dropObject(idx);
20
return
ret;
21
}
22
23
function
addHeapObject(obj) {
24
if
(heap_next === heap.length) heap.push(heap.length + 1);
Callers
14
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