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

Function headerLookupSelection

web_server/public/javascripts/headers.js:147–152  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

145}
146
147function headerLookupSelection(ev) {
148 clearErrorHandler();
149 let header = ev.target.value;
150 let zone = document.getElementById("zone").value;
151 doHeaderLookup(header, zone);
152}
153
154function resetPort(ev) {
155 if (headerSource === "zgrab") {

Callers

nothing calls this directly

Calls 2

clearErrorHandlerFunction · 0.85
doHeaderLookupFunction · 0.85

Tested by

no test coverage detected