MCPcopy
hub / github.com/mifi/lossless-cut / getSwal

Function getSwal

src/renderer/src/swal.ts:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58initSwal();
59
60export default function getSwal() {
61 return {
62 Swal,
63 ReactSwal,
64 toast,
65 };
66}
67
68export const errorToast = (text: string) => toast.fire({
69 icon: 'error',

Callers 15

SegmentListFunction · 0.85
BottomBar.tsxFile · 0.85
AppFunction · 0.85
openSendReportDialogFunction · 0.85
ExportConfirmFunction · 0.85
askForYouTubeInputFunction · 0.85
onClickFunction · 0.85
askForFileOpenActionFunction · 0.85
showDiskFullFunction · 0.85
showMuxNotSupportedFunction · 0.85
showOutputNotWritableFunction · 0.85
showRefuseToOverwriteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected