Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
function
takeObject(idx) {
49
const
ret = getObject(idx);
50
dropObject(idx);
51
return
ret;
52
}
53
54
let
WASM_VECTOR_LEN = 0;
55
Callers
4
new
Method · 0.85
validateJsonRpc
Method · 0.85
version
Method · 0.85
__wbg_get_imports
Function · 0.85
Calls
2
getObject
Function · 0.85
dropObject
Function · 0.85
Tested by
no test coverage detected