MCPcopy
hub / github.com/BlueWallet/BlueWallet / getStore

Function getStore

tests/setup.js:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 const typeStore = new Map();
387
388 const getStore = type => {
389 if (!typeStore.has(type)) typeStore.set(type, new Map());
390 return typeStore.get(type);
391 };
392
393 return {
394 path,

Callers 4

createFunction · 0.85
deleteFunction · 0.85
objectForPrimaryKeyFunction · 0.85
objectsFunction · 0.85

Calls 3

setMethod · 0.80
hasMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected