MCPcopy Create free account

hub / github.com/Adytm404/qris-dinamis-generator / functions

Functions27 in github.com/Adytm404/qris-dinamis-generator

↓ 2 callersFunctionparseMerchantName
(qrisData: string)
App.tsx:28
↓ 2 callersFunctionupdateSavedQris
(newHistory: SavedQrisItem[])
pages/HomePage.tsx:42
↓ 1 callersFunctioncrc16
(str: string)
App.tsx:10
↓ 1 callersFunctionformatCurrency
(amount: string)
pages/PaymentPage.tsx:13
↓ 1 callersFunctiongenerateDynamicQris
( staticQris: string, amount: string, feeType: 'Persentase' | 'Rupiah', feeValue: string )
App.tsx:54
↓ 1 callersFunctionhandleDeleteQris
(qrisStringToDelete: string)
pages/HomePage.tsx:80
↓ 1 callersFunctionhandleUseQris
(qrisString: string)
pages/HomePage.tsx:75
FunctionApp
()
App.tsx:93
FunctionChevronDownIcon
({ className })
components/icons.tsx:19
FunctionChevronLeftIcon
({ className })
components/icons.tsx:7
FunctionCountdownTimer
()
components/CountdownTimer.tsx:5
FunctionFormField
({ label, htmlFor, children })
components/FormField.tsx:10
FunctionGithubIcon
({ className })
components/icons.tsx:37
FunctionHeader
({ title, onBack })
components/Header.tsx:9
FunctionHomePage
({ onGenerate, parseMerchantName })
pages/HomePage.tsx:20
FunctionImagePlusIcon
({ className })
components/icons.tsx:15
FunctionImageUploader
({ onQrDecode })
components/ImageUploader.tsx:11
FunctionMoreHorizontalIcon
({ className })
components/icons.tsx:11
FunctionPaymentPage
({ paymentData, onBack })
pages/PaymentPage.tsx:22
FunctionQrisLogoIcon
({ className })
components/icons.tsx:27
FunctionTrashIcon
({ className })
components/icons.tsx:23
FunctionhandleBackToHome
()
App.tsx:109
FunctionhandleChange
(e: React.ChangeEvent<HTMLInputElement | HTMLSelectElement>)
pages/HomePage.tsx:70
FunctionhandleFileChange
(event: React.ChangeEvent<HTMLInputElement>)
components/ImageUploader.tsx:17
FunctionhandleGenerate
( staticQris: string, amount: string, feeType: 'Persentase' | 'Rupiah', feeValue: s
App.tsx:97
FunctionhandleQrDecode
(data: string | null, errorMessage?: string)
pages/HomePage.tsx:47
FunctionhandleSubmit
(e: React.FormEvent)
pages/HomePage.tsx:88