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

Function triggerShareXFileUpload

settings.tsx:740–742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

738 };
739
740 const triggerShareXFileUpload = () => {
741 sharexFileInputRef.current?.click();
742 };
743
744 const handleShareXFileUpload = (event: React.ChangeEvent<HTMLInputElement>) => {
745 const file = event.target.files?.[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected