MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / getSeverityColor

Function getSeverityColor

web/scripts/ragnar_modern.js:14119–14128  ·  view source on GitHub ↗
(severity)

Source from the content-addressed store, hash-verified

14117 clearInterval(pwnLogStreamTimer);
14118 pwnLogStreamTimer = null;
14119 }
14120 pwnLogStreaming = false;
14121 setPwnLogIndicator(false);
14122}
14123
14124function schedulePwnLogStop() {
14125 if (pwnLogStopTimeout) {
14126 return;
14127 }
14128 pwnLogStopTimeout = setTimeout(() => {
14129 stopPwnLogStreaming();
14130 pwnLogStopTimeout = null;
14131 }, 12000);

Callers 2

displayNetkbDataFunction · 0.70
showNetkbEntryDetailFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected