Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScattrdBlade/bigFileUpload
/ renderUploadProgress
Function
renderUploadProgress
index.tsx:450–452 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
448
return Boolean(settings.store.bypassDiscordUpload) && isConfigured();
449
},
450
renderUploadProgress() {
451
return <ProgressBar />;
452
}
453
});
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected