MCPcopy Create free account
hub / github.com/adobe/Marinus / create_h3

Function create_h3

web_server/public/javascripts/utilities.js:174–176  ·  view source on GitHub ↗
(visible_text)

Source from the content-addressed store, hash-verified

172}
173
174function create_h3(visible_text) {
175 return ("<h4>" + visible_text + "</h4>");
176}
177
178function create_new_div(id, divClass = "") {
179 let displayHTML = '<div id="' + id + '"';

Callers 14

display_nslookupFunction · 0.85
allDNSResultFunction · 0.85
sonarRDNSResultFunction · 0.85
aws_check_resultFunction · 0.85
azure_check_resultFunction · 0.85
akamai_check_resultFunction · 0.85
gcp_check_resultFunction · 0.85
tracked_range_resultFunction · 0.85
ip_owner_detail_rendererFunction · 0.85
ctResultsFunction · 0.85
displayCTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected