Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitable/apitable
/ dropObject
Function
dropObject
packages/databus-wasm-nodejs/esm/databus_wasm_bg.js:15–19 ·
view source on GitHub ↗
(idx)
Source
from the content-addressed store, hash-verified
13
let
heap_next = heap.length;
14
15
function
dropObject(idx) {
16
if
(idx < 132)
return
;
17
heap[idx] = heap_next;
18
heap_next = idx;
19
}
20
21
function
takeObject(idx) {
22
const
ret = getObject(idx);
Callers
1
takeObject
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected