MCPcopy Create free account

hub / github.com/EdgeTX/buddy / functions

Functions430 in github.com/EdgeTX/buddy

↓ 147 callersFunctionrender
(children: React.ReactNode)
src/test-utils/testing-library.tsx:7
↓ 55 callersFunctioncreateModelYaml
(name: string)
src/shared/backend/__tests__/backup.spec.ts:26
↓ 29 callersFunctionsetupSdcardDirectory
(tempPath: string)
src/shared/backend/__tests__/backup.spec.ts:81
↓ 21 callersFunctionupdateStageStatus
( jobId: string, stage: keyof FlashStagesType, status: Partial<FlashStageType> )
src/shared/backend/services/flashJobs.ts:308
↓ 20 callersFunctioncreateBackupZip
( models: { name: string; content: string }[], extraFiles?: Record<string, string> )
src/shared/backend/__tests__/backup.spec.ts:44
↓ 18 callersFunctiondevicesQuery
( delay = 2000, devices = exampleDevices )
src/test-utils/mocks.ts:266
↓ 15 callersMethodclose
()
src/shared/dfu/index.ts:163
↓ 13 callersFunctiongetProps
({ selectedVersion = undefined as string | undefined, selectedTarget = undefined as string | undefined,
src/renderer/components/__tests__/VersionTargetForm.spec.tsx:10
↓ 13 callersFunctionupdateStageStatus
( jobId: string, stage: S, status: Partial<NonNullable<SdcardWriteJobStagesType[S]>> )
src/shared/backend/services/sdcardJobs.ts:184
↓ 12 callersFunctionparseYamlFile
( base64Data: string, fileName: string )
src/shared/zipParser.ts:44
↓ 11 callersFunctiondelay
(ms: number)
src/shared/tools.ts:1
↓ 11 callersFunctionextractYamlFromZip
( base64Data: string )
src/shared/zipParser.ts:12
↓ 10 callersFunctioncreateModelYaml
(name: string, modelId = 1)
src/shared/__tests__/zipParser.spec.ts:67
↓ 9 callersFunctionupdateJobStatus
( stage: keyof FlashStagesType, status: Partial<FlashStageType> )
src/shared/backend/services/flashJobs.ts:355
↓ 9 callersFunctionuseIsMobile
()
src/renderer/hooks/useIsMobile.ts:3
↓ 8 callersFunctionencodePrVersion
(values: PrVersion)
src/shared/tools.ts:63
↓ 8 callersFunctionfirmwareReleaseDescriptionQuery
( delay = 2000 )
src/test-utils/mocks.ts:84
↓ 8 callersMethodgetStatus
()
src/shared/dfu/index.ts:551
↓ 8 callersFunctionqueryFlashStatus
(jobId: string)
src/shared/backend/__tests__/flash.spec.ts:294
↓ 8 callersFunctionwaitForStageCompleted
( queue: AsyncIterator<T, any, undefined>, stage: S )
src/test-utils/tools.ts:11
↓ 7 callersMethoddfuseCommand
(command: DFUseCommands, param = 0x00, len = 0)
src/shared/dfu/index.ts:1134
↓ 7 callersMethoddownload
(data: ArrayBuffer, blockNum: number)
src/shared/dfu/index.ts:630
↓ 7 callersFunctionfirmwareReleaseInfoQuery
(delay = 1000)
src/test-utils/mocks.ts:316
↓ 7 callersFunctionrenderPage
(initialUrl = "/")
src/renderer/pages/flash/__tests__/FlashingWizard.spec.tsx:18
↓ 7 callersMethodwrite
( xfer_size: number, data: ArrayBuffer, options?: Partial<DFUseWriteOptions> )
src/shared/dfu/index.ts:189
↓ 6 callersFunctioncancelJob
(jobId: string)
src/shared/backend/services/flashJobs.ts:332
↓ 6 callersFunctioncreateBuilder
()
src/shared/backend/utils/builder.ts:6
↓ 6 callersFunctiondeviceQuery
(delay = 2000)
src/test-utils/mocks.ts:291
↓ 6 callersFunctionfirmwaresQuery
(delay = 100)
src/test-utils/mocks.ts:14
↓ 6 callersMethodgetDfuseSegment
(addr: number)
src/shared/dfu/index.ts:1001
↓ 6 callersFunctiongetDirectoryHandle
(id: string)
src/shared/backend/graph/sdcard/index.ts:146
↓ 6 callersFunctiongetDirectoryHandleById
( id: string )
src/shared/backend/graph/backup/sdcard-directory-store.ts:23
↓ 6 callersFunctionisCancelled
(jobId: string)
src/shared/backend/services/flashJobs.ts:299
↓ 6 callersFunctionisValidModelFile
(name: string)
src/shared/firmware-constants.ts:38
↓ 6 callersFunctionresolveDisplayName
( data: Record<string, unknown>, fileName: string )
src/renderer/pages/backup/file/BackupUploadArea.tsx:61
↓ 6 callersFunctiontargetsQuery
(delay = 1000)
src/test-utils/mocks.ts:34
↓ 5 callersFunctionarrayFromAsync
( iterator: AsyncIterableIterator<T> )
src/shared/tools.ts:19
↓ 5 callersFunctioncreateExecutor
({ usb = {} as UsbApi, fileSystem = {} as FileSystemApi, dfu = {} as typeof dfuApi, } = {})
src/test-utils/backend.ts:34
↓ 5 callersFunctioncreateGithubClient
(auth?: string)
src/shared/api/github.ts:5
↓ 5 callersFunctionisUF2Payload
(buffer: ArrayBuffer)
src/shared/uf2/uf2.ts:80
↓ 5 callersFunctionstartEmulation
( events: Events, type: "good" | "bad-erase" | "bad-flash" | "disconnect-bug" | "locked" )
src/shared/backend/mocks/dfu.ts:21
↓ 5 callersFunctionstopPolling
()
src/renderer/components/firmware/DownloadCloudbuildButton.tsx:204
↓ 5 callersFunctiontimes
(num: number)
src/shared/tools.ts:6
↓ 4 callersFunctioncancelFlashJob
(jobId: string)
src/shared/backend/__tests__/flash.spec.ts:342
↓ 4 callersFunctioncreateZipWithFiles
( files: { path: string; content: string }[] )
src/shared/__tests__/zipParser.spec.ts:40
↓ 4 callersFunctiondecodePrVersion
(version: string)
src/shared/tools.ts:49
↓ 4 callersFunctionextractParam
(key: string)
src/shared/config.ts:6
↓ 4 callersFunctionfindDevice
(devices: USBDevice[], id: string)
src/shared/backend/graph/flash/index.ts:116
↓ 4 callersFunctiongetSdcardJob
(jobId: string)
src/shared/backend/services/sdcardJobs.ts:52
↓ 4 callersFunctionhexString
(num: number)
src/shared/tools.ts:9
↓ 4 callersFunctionisCancelled
(jobId: string)
src/shared/backend/services/sdcardJobs.ts:229
↓ 4 callersFunctionisError
(stage: BuildDownloadStageStatus)
src/renderer/components/firmware/DownloadFirmwareTimeline.tsx:100
↓ 4 callersFunctionisPrVersion
(version: string)
src/shared/tools.ts:47
↓ 4 callersMethodpollUntil
( statePredicate: (state: number) => boolean, ignoreErrors = false )
src/shared/dfu/index.ts:653
↓ 4 callersMethodrequestOut
( bRequest: number, data?: BufferSource, wValue = 0 )
src/shared/dfu/index.ts:576
↓ 4 callersFunctionuseSettings
()
src/renderer/settings.tsx:5
↓ 3 callersMethodabortToIdle
()
src/shared/dfu/index.ts:639
↓ 3 callersMethodconnect
(interfaceIndex: number)
src/shared/dfu/index.ts:122
↓ 3 callersFunctioncreateCloudFirmware
( release: string, target: string, flags: { name: string; value: string }[], build_finished?: boolean,
src/test-utils/mocks.ts:637
↓ 3 callersFunctioncreateContext
(extras: { fileSystem: FileSystemApi; usb: UsbApi; github?: GithubClient; dfu?: typeof dfu;
src/shared/backend/context.ts:26
↓ 3 callersFunctioncreateZipWithModels
( models: { name: string; content: string }[] )
src/shared/__tests__/zipParser.spec.ts:10
↓ 3 callersFunctionexpectFlashButtonIsDisabled
()
e2e/pages/firmware-wizard/firmware-selection.spec.ts:57
↓ 3 callersFunctionfakeUF2Payload
()
src/renderer/components/firmware/__tests__/DownloadCloudbuildButton.spec.tsx:13
↓ 3 callersFunctionflashJobQuery
( jobId: string, error?: boolean, completed?: boolean )
src/test-utils/mocks.ts:466
↓ 3 callersFunctiongetAllDirectories
()
src/shared/backend/graph/backup/sdcard-directory-store.ts:28
↓ 3 callersMethodgetState
()
src/shared/dfu/index.ts:544
↓ 3 callersMethodinit
()
src/shared/dfu/index.ts:117
↓ 3 callersFunctionmakeRange
()
src/shared/uf2/uf2.ts:293
↓ 3 callersMethodopen
()
src/shared/dfu/index.ts:494
↓ 3 callersFunctionopenAntDropdown
(element: HTMLElement)
src/test-utils/testing-library.tsx:24
↓ 3 callersMethodpollUntilIdle
(idle_state: number)
src/shared/dfu/index.ts:675
↓ 3 callersFunctionreadVersionFromFile
( directoryHandle: FileSystemDirectoryHandle, fileName: string )
src/shared/backend/graph/sdcard/index.ts:156
↓ 3 callersFunctionregisterBackup
(backupBuffer: Buffer, name?: string)
src/shared/backend/services/backupStore.ts:119
↓ 3 callersMethodrequestIn
( bRequest: number, wLength: number, wValue = 0 )
src/shared/dfu/index.ts:603
↓ 3 callersFunctionsetHasFsApi
(value: boolean)
src/renderer/compatibility/__tests__/CompatNoticeHandler.spec.tsx:7
↓ 3 callersFunctionsetHasUsbApi
(value: boolean)
src/renderer/compatibility/__tests__/CompatNoticeHandler.spec.tsx:12
↓ 3 callersFunctionuniqueBy
( objList: T[], key: keyof T )
src/shared/tools.ts:68
↓ 3 callersFunctionupdateSelectedFlags
(newSelectedFlags: SelectedFlags)
src/renderer/pages/flash/steps/firmware/CloudFirmwareReleasesPicker.tsx:127
↓ 2 callersMethodabort
()
src/shared/dfu/index.ts:529
↓ 2 callersFunctionasyncSleep
(duration_ms: number)
src/shared/dfu/index.ts:79
↓ 2 callersFunctionbackupBundle
(url: string)
src/shared/backend/services/backupStore.ts:29
↓ 2 callersFunctionbinaryPath
()
e2e/config/utils.ts:14
↓ 2 callersFunctioncleanUp
()
src/shared/backend/services/flashJobs.ts:181
↓ 2 callersMethodclearStatus
()
src/shared/dfu/index.ts:563
↓ 2 callersFunctioncreateCrossBoundryFunction
( name: string, handler: F )
src/webworker/crossboundary/utils.ts:61
↓ 2 callersFunctioncreateDfuEvents
()
src/shared/backend/mocks/dfu.ts:18
↓ 2 callersFunctioncreateWindow
()
src/main/index.ts:57
↓ 2 callersFunctiondecodeBlock
(data: Uint8Array)
src/shared/uf2/uf2.ts:138
↓ 2 callersMethoddoRead
( process: WebDFUProcessRead, xfer_size: number, max_size = Infinity, first_block = 0 )
src/shared/dfu/index.ts:679
↓ 2 callersFunctionexecuteRestore
( models: ModelItem[], modelRenames: Record<string, string>, overwrite: boolean )
src/renderer/pages/backup/BackupRestoreFlow.tsx:314
↓ 2 callersFunctionextractSoundsId
(artifactName: string)
src/shared/backend/graph/sdcard/index.ts:445
↓ 2 callersFunctionfetchAntLocale
( language: string )
src/renderer/i18n/ant.ts:14
↓ 2 callersFunctionfileSystemApi
()
src/main/index.ts:201
↓ 2 callersFunctionfindBestReleaseForPack
( packVersion: string, isPrerelease: boolean, sortedReleases: T[] )
src/shared/backend/graph/sdcard/index.ts:176
↓ 2 callersMethodfindDfuInterfaces
()
src/shared/dfu/index.ts:276
↓ 2 callersFunctionfinish
()
src/shared/backend/services/flashJobs.ts:439
↓ 2 callersFunctionfirmwareBundle
(url: string)
src/shared/backend/services/firmwareStore.ts:25
↓ 2 callersFunctionfirmwarePrBuildInfoQuery
(delay = 1000)
src/test-utils/mocks.ts:377
↓ 2 callersFunctionflash
( jobId: string, connection: WebDFU, firmware: ArrayBuffer, startAddress?: number | undefined, isBoo
src/shared/backend/services/flashJobs.ts:341
↓ 2 callersFunctiongetBlocks
(data: Uint8Array)
src/shared/uf2/uf2.ts:269
next →1–100 of 430, ranked by callers