MCPcopy Create free account

hub / github.com/EdgeTX/buddy / functions

Functions430 in github.com/EdgeTX/buddy

↓ 1 callersFunctionreduceUint8Arrays
(chunks: Uint8Array[])
src/shared/uf2/uf2.ts:204
↓ 1 callersFunctionregisterDirectory
( id: string, handle: FileSystemDirectoryHandle )
src/shared/backend/graph/backup/sdcard-directory-store.ts:12
↓ 1 callersFunctionregisterFirmware
( firmwareBuffer: Buffer, name?: string )
src/shared/backend/services/firmwareStore.ts:120
↓ 1 callersFunctionrenderCommitsHelpText
()
src/renderer/pages/dev/flash/components/PrTargetForm.tsx:49
↓ 1 callersFunctionrenderCommitsPlaceholder
()
src/renderer/pages/dev/flash/components/PrTargetForm.tsx:39
↓ 1 callersFunctionsdcardAssetInfoQuery
( directoryId: string, details: { pack: { version?: string; target?: string }; sounds: { ids: stri
src/renderer/stories/sdcard/mocks.ts:64
↓ 1 callersFunctionsdcardInfoQuery
( directoryId: string, details?: { isValid: boolean; version?: string; target?: string } )
src/renderer/stories/sdcard/mocks.ts:28
↓ 1 callersFunctionstageDescription
( config: StageConfig, stage: BuildDownloadStageStatus )
src/renderer/components/firmware/DownloadFirmwareTimeline.tsx:139
↓ 1 callersFunctionstageDescription
( config: StageConfig, stage: FlashingStageStatus )
src/renderer/components/flashing/FlashJobTimeline.tsx:268
↓ 1 callersFunctionstageIcon
( config: StageConfig, stage: BuildDownloadStageStatus )
src/renderer/components/firmware/DownloadFirmwareTimeline.tsx:103
↓ 1 callersFunctionstageIcon
( config: StageConfig, stage: FlashingStageStatus )
src/renderer/components/flashing/FlashJobTimeline.tsx:232
↓ 1 callersFunctionstageTitle
( config: StageConfig, stage: BuildDownloadStageStatus )
src/renderer/components/firmware/DownloadFirmwareTimeline.tsx:85
↓ 1 callersFunctionstageTitle
( config: StageConfig, stage: FlashingStageStatus )
src/renderer/components/flashing/FlashJobTimeline.tsx:217
↓ 1 callersFunctionstartBackend
()
src/main/index.ts:150
↓ 1 callersFunctionstartFirmwareDownload
(downloadUrl: string)
src/renderer/components/firmware/DownloadCloudbuildButton.tsx:164
↓ 1 callersFunctionstartPolling
()
src/renderer/components/firmware/DownloadCloudbuildButton.tsx:198
↓ 1 callersFunctionstreamToString
(stream: Readable)
e2e/pages/firmware-wizard/firmware-selection.spec.ts:85
↓ 1 callersFunctiontoArrayBuffer
(b: Buffer)
src/renderer/components/firmware/__tests__/DownloadFirmwareButton.spec.tsx:14
↓ 1 callersFunctiontryReconnect
()
src/shared/backend/services/dfu.ts:41
↓ 1 callersFunctionupdateFilters
(newFilters: VersionFilters)
src/renderer/pages/flash/steps/firmware/CloudFirmwareReleasesPicker.tsx:137
↓ 1 callersMethodupload
(length: number, blockNum: number)
src/shared/dfu/index.ts:634
↓ 1 callersFunctionusbApi
()
src/main/index.ts:188
↓ 1 callersFunctionuseDownloadState
()
src/renderer/stories/flashing/components/DownloadFirmwareTimeline.stories.tsx:94
↓ 1 callersFunctionuseFlashingState
()
src/renderer/stories/flashing/components/FlashJobTimeline.stories.tsx:332
↓ 1 callersFunctionuseSpecialErrors
()
src/renderer/components/flashing/FlashJobTimeline.tsx:200
↓ 1 callersFunctionuseStageConfigs
()
src/renderer/components/firmware/DownloadFirmwareTimeline.tsx:48
↓ 1 callersFunctionuseStageConfigs
()
src/renderer/components/flashing/FlashJobTimeline.tsx:66
↓ 1 callersFunctionwaitForNotConnected
( id: string, getDevices: () => Promise<USBDevice[]> )
src/shared/backend/graph/flash/index.ts:119
↓ 1 callersFunctionwaitForResponse
( workerSelf: typeof globalThis, requestType: string, requestId: number )
src/webworker/crossboundary/utils.ts:19
↓ 1 callersFunctionwriteAssets
( rootHandle: FileSystemDirectoryHandle, zipEntries: ZipEntry[], writeMeta?: WriteMeta, shouldContinue
src/shared/backend/services/sdcardJobs.ts:299
FunctionAntProvider
({ children })
src/renderer/AntProvider.tsx:7
FunctionApp
()
src/renderer/App.tsx:16
FunctionAppLayout
({ children, macFrameless, windowsFrameless, })
src/renderer/Layout.tsx:144
FunctionAssetsTab
({ directoryId })
src/renderer/pages/sdcard/editor/AssetsTab.tsx:51
FunctionBackupCreateFlow
()
src/renderer/pages/backup/BackupCreateFlow.tsx:32
FunctionBackupFileSummary
({ name, hideIcon, ...rest })
src/renderer/components/backup/summary-variants/BackupFileSummary.tsx:7
FunctionBackupRestoreFlow
()
src/renderer/pages/backup/BackupRestoreFlow.tsx:36
FunctionBackupScreen
()
src/renderer/pages/backup/BackupScreen.tsx:44
FunctionBackupUploadArea
({ onFileSelected, onRestoreModels, onPreviewModel, onResetAfterRestore, loading, uploadedFile,
src/renderer/pages/backup/file/BackupUploadArea.tsx:74
FunctionBackupUploader
({ onFileUploaded, onRestoreModels, onPreviewModel, onResetAfterRestore, selectedFile, directorySe
src/renderer/pages/backup/file/BackupUploader.tsx:28
FunctionBaseLayout
({ headerContents, mainContents, footerContents })
src/renderer/Layout.tsx:91
FunctionCloudFirmwareReleasesPicker
({ onChanged, filters, version, target, selectedFlags, }: Props)
src/renderer/pages/flash/steps/firmware/CloudFirmwareReleasesPicker.tsx:51
FunctionCloudVersionTargetForm
({ onChanged, updateSelectedFlags, updateFilters, disabled, filters, versions, targets, flags,
src/renderer/components/CloudVersionTargetForm.tsx:43
FunctionCollisionModal
({ visible, collisions, availableSlots, onCancel, onResolve, onViewDiff, })
src/renderer/pages/backup/CollisionModal.tsx:37
FunctionCompatNoticeHandler
()
src/renderer/compatibility/CompatNoticeHandler.tsx:6
FunctionCopyUrlButton
({ version, target })
src/renderer/components/firmware/CopyUrlButton.tsx:14
FunctionDevTools
({ route = "" })
src/renderer/pages/dev/DevTools.tsx:32
FunctionDeviceDetails
({ device, loading, })
src/renderer/components/devices/DeviceSummary.tsx:8
FunctionDeviceList
({ devices, onSelected, selectedDeviceId, loading, disabled, })
src/renderer/components/devices/DeviceList.tsx:17
FunctionDeviceSelectionStep
({ onNext, onPrevious })
src/renderer/pages/flash/steps/DeviceSelectionStep.tsx:14
FunctionDeviceSelector
({ selectedDeviceId, variant = "web", onChange, disabled, })
src/renderer/components/devices/DeviceSelector.tsx:51
FunctionDeviceSummary
({ deviceId })
src/renderer/components/devices/DeviceSummary.tsx:44
FunctionDiffViewerModal
({ visible, modelName, existingContent, backupContent, onClose, })
src/renderer/pages/backup/DiffViewerModal.tsx:66
FunctionDownloadCloudbuildButton
({ target, version, selectedFlags, children, type, size, })
src/renderer/components/firmware/DownloadCloudbuildButton.tsx:39
FunctionDownloadFirmwareButton
({ target, version, children, type, size, })
src/renderer/components/firmware/DownloadFirmwareButton.tsx:23
FunctionDownloadFirmwareTimeline
({ state })
src/renderer/components/firmware/DownloadFirmwareTimeline.tsx:178
FunctionExecutionOverlay
({ jobId, onClose, children, })
src/renderer/pages/dev/flash/ExecuationOverlay.tsx:50
FunctionExpertModeTest
()
src/renderer/components/__tests__/SettingsMenu.spec.tsx:7
FunctionFirmwareFileSummary
({ name, hideIcon, ...rest })
src/renderer/components/firmware/summary-variants/FirmwareFileSummary.tsx:7
FunctionFirmwarePrBuildPicker
({ onChanged, target, version, })
src/renderer/pages/dev/flash/components/FirmwarePrBuildPicker.tsx:12
FunctionFirmwarePrBuildSummary
({ branchName, commitId, targetName, hideIcon })
src/renderer/components/firmware/summary-variants/FirmwarePrBuildSummary.tsx:11
FunctionFirmwarePrDescription
({ prId })
src/renderer/pages/dev/flash/components/FirmwarePrDescription.tsx:10
FunctionFirmwareReleaseDescription
({ releaseId })
src/renderer/pages/flash/steps/firmware/FirmwareReleaseDescription.tsx:10
FunctionFirmwareReleaseSummary
({ releaseName, targetName, hideIcon })
src/renderer/components/firmware/summary-variants/FirmwareReleaseSummary.tsx:10
FunctionFirmwareReleasesPicker
({ onChanged, target, version, filters, })
src/renderer/pages/flash/steps/firmware/FirmwareReleasesPicker.tsx:20
FunctionFirmwareStep
({ onNext })
src/renderer/pages/flash/steps/FirmwareSelectionStep.tsx:65
FunctionFirmwareSummary
({ target, version, hideIcon, loading })
src/renderer/components/firmware/FirmwareSummary.tsx:16
FunctionFirmwareUnknownSummary
({ hideIcon, })
src/renderer/components/firmware/summary-variants/FirmwareUnknownSummary.tsx:6
FunctionFirmwareUploadArea
({ onFileSelected, loading, uploadedFile, })
src/renderer/pages/flash/steps/firmware/FirmwareUploadArea.tsx:29
FunctionFirmwareUploader
({ onFileUploaded, selectedFile, })
src/renderer/pages/flash/steps/firmware/FirmwareUploader.tsx:12
FunctionFlashBuildStatus
({ status })
src/renderer/components/flashing/FlashBuildStatus.tsx:25
FunctionFlashButton
({ onClick, disabled = false, loading = false, })
src/renderer/components/flashing/FlashButton.tsx:14
FunctionFlashExecution
()
src/renderer/pages/flash/FlashExecution.tsx:38
FunctionFlashJobTimeline
({ state, hideSpecialOptions, onSpecialErrorActionClicked, })
src/renderer/components/flashing/FlashJobTimeline.tsx:307
FunctionFlashUnlocker
()
src/renderer/pages/dev/flash/FlashUnlocker.tsx:14
FunctionFlashingWizard
()
src/renderer/pages/flash/FlashingWizard.tsx:19
FunctionFormTag
({ value, flags, selectedFlags, updateSelectedFlags, })
src/renderer/components/CloudVersionTargetForm.tsx:258
FunctionJobExecutionModal
({ jobId, onCompleted, onCancelled, })
src/renderer/pages/sdcard/editor/JobExecutionModal.tsx:14
FunctionJobStatusModal
({ onCancel, activeStep, stepError, stepProgress, stepDetails, })
src/renderer/pages/sdcard/editor/JobStatusModal.tsx:28
FunctionMarkdownHeading
({ children, level })
src/renderer/components/Markdown.tsx:7
FunctionMarkdownListItem
({ children })
src/renderer/components/Markdown.tsx:11
FunctionMarkdownParagraph
({ children })
src/renderer/components/Markdown.tsx:5
FunctionOverviewStep
({ onRestart, onPrevious })
src/renderer/pages/flash/steps/OverviewStep.tsx:34
FunctionPrBuildsFlasher
()
src/renderer/pages/dev/flash/PrBuildsFlasher.tsx:38
FunctionPrTargetForm
({ onChanged, pullRequests, commits, targets, disabled, })
src/renderer/pages/dev/flash/components/PrTargetForm.tsx:28
FunctionSdcardEditor
()
src/renderer/pages/sdcard/SdcardEditor.tsx:10
FunctionSelectSdcardScreen
()
src/renderer/pages/sdcard/SelectSdcardScreen.tsx:46
FunctionSettingsMenu
()
src/renderer/components/SettingsMenu.tsx:13
FunctionStepContentContainer
({ children })
src/renderer/pages/flash/shared.tsx:18
FunctionStepControlsContainer
({ children })
src/renderer/pages/flash/shared.tsx:5
FunctionStory
({ select })
src/renderer/stories/sdcard/SelectSdcardScreen.stories.tsx:13
FunctionStory
({ good, exists = true, })
src/renderer/stories/sdcard/SdcardEditorScreen.stories.tsx:17
FunctionVersionFiltersDropdown
({ filters, onChange })
src/renderer/components/VersionTargetForm.tsx:151
FunctionVersionFiltersDropdown
({ filters, updateFilters })
src/renderer/components/CloudVersionTargetForm.tsx:212
FunctionVersionTargetForm
({ onChanged, filters, versions, targets, disabled, })
src/renderer/components/VersionTargetForm.tsx:31
FunctionWebCompatInfo
({ missingFilesystemApi, missingUsbApi, onDontShowAgain, visible, onClose, })
src/renderer/compatibility/CompatNoticeModal.tsx:19
FunctionWindowsNav
()
src/renderer/components/WindowsNav.tsx:56
Function[Symbol.asyncIterator]
()
src/shared/backend/graph/sdcard/index.ts:429
Function[Symbol.asyncIterator]
()
src/shared/backend/graph/flash/index.ts:376
FunctionaddressRanges
()
src/shared/uf2/uf2.ts:350
← previousnext →201–300 of 430, ranked by callers