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

Function create_table_row

web_server/public/javascripts/utilities.js:273–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273function create_table_row() {
274 return ('<tr>');
275}
276
277function create_table_entry(value, id = "", tdClass = "") {
278 let output_text = '<td';

Callers 15

display_ct_corp_certsFunction · 0.85
display_corp_certsFunction · 0.85
display_expired_certsFunction · 0.85
display_expired_certs_2kFunction · 0.85
display_algorithm_certsFunction · 0.85
displayHeaderSummaryFunction · 0.85
displayValueSummaryFunction · 0.85
allDNSResultFunction · 0.85
sonarRDNSResultFunction · 0.85
ip_owner_detail_rendererFunction · 0.85
ctResultsFunction · 0.85
update_previewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected