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

Function getKeyserverURLFacts

keyserver/src/utils/urls.js:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49function getKeyserverURLFacts(): ?AppURLFacts {
50 return cachedURLFacts.get('keyserver');
51}
52
53function getWebAppURLFacts(): ?AppURLFacts {
54 return cachedURLFacts.get('webapp');

Callers 4

keyserver.jsFile · 0.90
frog.jsFile · 0.90

Calls 1

getMethod · 0.65

Tested by

no test coverage detected