()
| 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]; |
nothing calls this directly
no outgoing calls
no test coverage detected