Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/error311/FileRise
/ setBusy
Function
setBusy
public/js/sharedFolderView.js:180–183 ·
view source on GitHub ↗
(busy)
Source
from the content-addressed store, hash-verified
178
};
179
180
const
setBusy = (busy) => {
181
if
(submitBtn) submitBtn.disabled = !!busy;
182
if
(fileInput) fileInput.disabled = !!busy;
183
};
184
185
const
showProgress = () => {
186
if
(!progressWrap)
return
;
Callers
1
sharedFolderView.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected