Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitable/apitable
/ takeObject
Function
takeObject
packages/databus-wasm-nodejs/cjs/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
addHeapObject(obj) {
27
if
(heap_next === heap.length) heap.push(heap.length + 1);
Callers
9
databus_wasm.js
File · 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
json0_compose
Method · 0.70
Calls
2
getObject
Function · 0.70
dropObject
Function · 0.70
Tested by
no test coverage detected