MCPcopy
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

getCachedMatrixFunction · 0.80
getCachedPlanFunction · 0.80
setIsHandOffUseEnabledFunction · 0.80
getLNDHubFunction · 0.80
setLNDHubFunction · 0.80
ElectrumSettingsFunction · 0.80
ManageWalletsFunction · 0.80
buildEnSchemaFunction · 0.80
getStoreFunction · 0.80

Calls

no outgoing calls

Tested by 1

makeSuppressionStubFunction · 0.64