MCPcopy Create free account
hub / github.com/error311/FileRise / startProBundleProgress

Function startProBundleProgress

public/js/adminPanel.js:71–79  ·  view source on GitHub ↗
({ action = 'Updating Pro', title, subText } = {})

Source from the content-addressed store, hash-verified

69}
70
71function startProBundleProgress({ action = 'Updating Pro', title, subText } = {}) {
72 return startTransferProgress({
73 action,
74 title: title || action,
75 subText: subText || 'Please keep this tab open.',
76 itemCount: 0,
77 bytesKnown: false
78 });
79}
80
81function finishProBundleProgress(job, ok, error = '') {
82 if (!job) return;

Callers 3

initGatewaysSectionFunction · 0.85
initProBundleInstallerFunction · 0.85
openAdminPanelFunction · 0.85

Calls 1

startTransferProgressFunction · 0.85

Tested by

no test coverage detected