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

Function refreshFiles

web/scripts/ragnar_modern.js:13602–13605  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13600 pwnSection.style.display = isEnabled ? 'block' : 'none';
13601 }
13602 updatePwnDiscoveredCard(pwnStatus);
13603
13604 // Bind Update-card buttons and fire one-shot check on first reveal.
13605 if (isEnabled) {
13606 _bindPwnUpdateButtons();
13607 if (!pwnUpdateInitialChecked) {
13608 pwnUpdateInitialChecked = true;

Callers 5

setFileSortFunction · 0.70
onFileSearchFunction · 0.70
deleteFileFunction · 0.70
uploadFileFunction · 0.70
clearFilesFunction · 0.70

Calls 2

displayDirectoryTreeFunction · 0.70
loadFilesFunction · 0.70

Tested by

no test coverage detected