MCPcopy Create free account
hub / github.com/ScattrdBlade/bigFileUpload / shouldBypassDiscordUploadSizeCheck

Function shouldBypassDiscordUploadSizeCheck

index.tsx:447–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445 }
446 },
447 shouldBypassDiscordUploadSizeCheck(): boolean {
448 return Boolean(settings.store.bypassDiscordUpload) && isConfigured();
449 },
450 renderUploadProgress() {
451 return <ProgressBar />;
452 }

Callers

nothing calls this directly

Calls 1

isConfiguredFunction · 0.90

Tested by

no test coverage detected