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

Function takeObject

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

Source from the content-addressed store, hash-verified

46}
47
48function takeObject(idx) {
49 const ret = getObject(idx);
50 dropObject(idx);
51 return ret;
52}
53
54let WASM_VECTOR_LEN = 0;
55

Callers 4

newMethod · 0.85
validateJsonRpcMethod · 0.85
versionMethod · 0.85
__wbg_get_importsFunction · 0.85

Calls 2

getObjectFunction · 0.85
dropObjectFunction · 0.85

Tested by

no test coverage detected