Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/Marinus
/ buildPage
Function
buildPage
web_server/public/javascripts/email.js:17–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
window.addEventListener(
"load"
, buildPage);
16
17
function
buildPage() {
18
get_lists(
"mx"
);
19
get_lists(
"spf"
);
20
get_lists(
"dkim"
);
21
}
22
23
function
get_lists(reqType) {
24
let
url;
Callers
nothing calls this directly
Calls
1
get_lists
Function · 0.85
Tested by
no test coverage detected