Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
create
Function · 0.85
delete
Function · 0.85
objectForPrimaryKey
Function · 0.85
objects
Function · 0.85
Calls
3
set
Method · 0.80
has
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected