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

Function get

ses.cjs:1291–1294  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

1289 // UNTIL https://github.com/endojs/endo/issues/1514
1290 // Prefer: const get = key => touchCell(key)?.data?.get(key);
1291 const get= (key)=>{
1292 const cell= touchCell(key);
1293 return cell&& cell.data&& cell.data.get(key);
1294 };
1295 freeze(get);
1296
1297 /**

Callers 1

tameFauxDataPropertyFunction · 0.70

Calls 3

touchCellFunction · 0.85
FailFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected