MCPcopy Index your code
hub / github.com/BlueWallet/BlueWallet / objects

Function objects

tests/setup.js:439–441  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

437 },
438
439 objects(type) {
440 return makeCollection(type, getStore(type).values());
441 },
442
443 close() {
444 isClosed = true;

Callers

nothing calls this directly

Calls 3

makeCollectionFunction · 0.85
getStoreFunction · 0.85
valuesMethod · 0.80

Tested by

no test coverage detected