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

Function onFileSearch

web/scripts/ragnar_modern.js:13208–13211  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

13206 const repair = document.getElementById('pwn-health-repair');
13207 const showRepair = anyMissing && !status.installing;
13208 if (repair) {
13209 repair.classList.toggle('hidden', !showRepair);
13210 }
13211
13212 const repairMsg = document.getElementById('pwn-health-repair-msg');
13213 if (showRepair && repairMsg) {
13214 const missing = missingCritical.concat(missingOptional);

Callers

nothing calls this directly

Calls 1

refreshFilesFunction · 0.70

Tested by

no test coverage detected