Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/thx/resvg-js
/ getObject
Function
getObject
wasm/index.mjs:14–16 ·
view source on GitHub ↗
(idx)
Source
from the content-addressed store, hash-verified
12
return
idx;
13
}
14
function
getObject(idx) {
15
return
heap[idx];
16
}
17
function
dropObject(idx) {
18
if
(idx < 132)
19
return
;
Callers
2
takeObject
Function · 0.70
__wbg_get_imports
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…