MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / getObject

Function getObject

ppom/src/ppom.js:40–40  ·  view source on GitHub ↗
(idx)

Source from the content-addressed store, hash-verified

38}
39
40function getObject(idx) { return heap[idx]; }
41
42function dropObject(idx) {
43 if (idx < 132) return;

Callers 2

takeObjectFunction · 0.85
__wbg_get_importsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected