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

Function setStatus

public/js/adminPanel.js:1832–1836  ·  view source on GitHub ↗
(msg, tone = 'muted')

Source from the content-addressed store, hash-verified

1830 '';
1831
1832 const setStatus = (msg, tone = 'muted') => {
1833 if (!statusEl) return;
1834 statusEl.className = `text-${tone} small`;
1835 statusEl.textContent = msg || '';
1836 };
1837
1838 const setSavingState = (saving, message) => {
1839 if (saveBtn) {

Callers 6

setSavingStateFunction · 0.70
loadSourcesFunction · 0.70
initSourcesSectionFunction · 0.70
loadGatewaysFunction · 0.70
saveGatewayFunction · 0.70
openAdminPanelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected