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

Function finishProBundleProgress

public/js/adminPanel.js:81–84  ·  view source on GitHub ↗
(job, ok, error = '')

Source from the content-addressed store, hash-verified

79}
80
81function finishProBundleProgress(job, ok, error = '') {
82 if (!job) return;
83 finishTransferProgress(job, { ok, error });
84}
85
86function buildPersistentTokensKeyWarningHtml(status) {
87 if (!status || typeof status !== 'object') return '';

Callers 3

initGatewaysSectionFunction · 0.85
initProBundleInstallerFunction · 0.85
openAdminPanelFunction · 0.85

Calls 1

finishTransferProgressFunction · 0.85

Tested by

no test coverage detected