MCPcopy
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}
14function getObject(idx) {
15 return heap[idx];
16}
17function dropObject(idx) {
18 if (idx < 132)
19 return;

Callers 2

takeObjectFunction · 0.70
__wbg_get_importsFunction · 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…