MCPcopy Create free account
hub / github.com/CommE2E/comm / getConfig

Function getConfig

lib/utils/config.js:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53};
54
55const getConfig = (): Config => {
56 invariant(registeredConfig, 'config should be set');
57 return registeredConfig;
58};
59
60const hasConfig = (): boolean => {
61 return !!registeredConfig;

Callers 15

useInvalidCSATLogOutFunction · 0.90
keyserverAuthFunction · 0.90
useIdentityPasswordLogInFunction · 0.90
useIdentityWalletLogInFunction · 0.90
legacyLogInFunction · 0.90
setDeviceTokenFunction · 0.90
setDeviceTokenFanoutFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected