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