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

Function setSavingState

public/js/adminPanel.js:1838–1845  ·  view source on GitHub ↗
(saving, message)

Source from the content-addressed store, hash-verified

1836 };
1837
1838 const setSavingState = (saving, message) => {
1839 if (saveBtn) {
1840 saveBtn.disabled = !!saving;
1841 }
1842 if (saving && message) {
1843 setStatus(message);
1844 }
1845 };
1846
1847 const refreshSourceSelectorSafe = async (origin) => {
1848 try {

Callers 1

initSourcesSectionFunction · 0.70

Calls 1

setStatusFunction · 0.70

Tested by

no test coverage detected