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

Function showFileSuccess

web/scripts/ragnar_modern.js:13607–13609  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

13605 if (result.file && result.file !== pwnLogActiveFile) {
13606 pwnLogActiveFile = result.file;
13607 clearPwnLogViewer('Streaming installer output…');
13608 updatePwnLogPath(result.file);
13609 }
13610
13611 if (Array.isArray(result.entries) && result.entries.length > 0) {
13612 appendPwnLogEntries(result.entries);

Callers 4

downloadFileFunction · 0.70
deleteFileFunction · 0.70
uploadFileFunction · 0.70
clearFilesFunction · 0.70

Calls 1

showNotificationFunction · 0.70

Tested by

no test coverage detected