Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BlueWallet/BlueWallet
/ set
Method
set
util/expo-fetch-nodejs.js:64–66 ·
view source on GitHub ↗
(name, value)
Source
from the content-addressed store, hash-verified
62
}
63
64
set(name, value) {
65
this._map.set(String(name).toLowerCase(), String(value));
66
}
67
68
delete(name) {
69
this._map.delete(String(name).toLowerCase());
Callers
15
getCachedMatrix
Function · 0.80
getCachedPlan
Function · 0.80
setIsHandOffUseEnabled
Function · 0.80
setTotalBalanceViewEnabledStorage
Function · 0.80
setTotalBalancePreferredUnitStorageFunc
Function · 0.80
SettingsProvider.tsx
File · 0.80
getLNDHub
Function · 0.80
setLNDHub
Function · 0.80
ElectrumSettings
Function · 0.80
ManageWallets
Function · 0.80
buildEnSchema
Function · 0.80
getStore
Function · 0.80
Calls
no outgoing calls
Tested by
1
makeSuppressionStub
Function · 0.64