Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
function
getKeyserverURLFacts(): ?AppURLFacts {
50
return
cachedURLFacts.get(
'keyserver'
);
51
}
52
53
function
getWebAppURLFacts(): ?AppURLFacts {
54
return
cachedURLFacts.get(
'webapp'
);
Callers
4
keyserver.js
File · 0.90
frog.js
File · 0.90
getAndAssertKeyserverURLFacts
Function · 0.85
getAppURLFactsFromRequestURL
Function · 0.85
Calls
1
get
Method · 0.65
Tested by
no test coverage detected