MCPcopy 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

15window.addEventListener("load", buildPage);
16
17function buildPage() {
18 get_lists("mx");
19 get_lists("spf");
20 get_lists("dkim");
21}
22
23function get_lists(reqType) {
24 let url;

Callers

nothing calls this directly

Calls 1

get_listsFunction · 0.85

Tested by

no test coverage detected