Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CyberTimon/RapidRAW
/ functions
Functions
867 in github.com/CyberTimon/RapidRAW
⨍
Functions
867
◇
Types & classes
221
↓ 2 callers
Function
getVal
(e: { clientX: number })
src/components/panel/right/MasksPanel.tsx:267
↓ 2 callers
Function
getZeroHistogramPath
(data: Array<any>)
src/components/adjustments/Curves.tsx:219
↓ 2 callers
Function
groupImagesByFolder
(images: any[], baseFolderPath: string | null)
src/components/panel/library/LibraryGrid.tsx:131
↓ 2 callers
Function
handleAddAiContextMenu
(event: React.MouseEvent, targetContainerId?: string | null)
src/components/panel/right/AIPanel.tsx:559
↓ 2 callers
Function
handleAddMaskContextMenu
(event: React.MouseEvent, targetContainerId?: string | null)
src/components/panel/right/MasksPanel.tsx:871
↓ 2 callers
Method
handleBackToLibrary
()
src/hooks/useKeyboardShortcuts.ts:14
↓ 2 callers
Function
handleColorGradingSliderChange
(grading: ColorGrading, value: string)
src/components/adjustments/Color.tsx:125
↓ 2 callers
Function
handleDeleteItem
(id: string | null, isFolder = false)
src/components/panel/right/PresetsPanel.tsx:884
↓ 2 callers
Function
handleDeselect
()
src/components/panel/right/AIPanel.tsx:441
↓ 2 callers
Function
handleDeselect
()
src/components/panel/right/MasksPanel.tsx:733
↓ 2 callers
Function
handleExport
(item: UserPreset)
src/components/panel/right/PresetsPanel.tsx:990
↓ 2 callers
Function
handleExportDimChange
(e: React.ChangeEvent<HTMLInputElement>, dimension: 'width' | 'height')
src/components/modals/CollageModal.tsx:390
↓ 2 callers
Function
handleGenerateAiDepthMask
(subMaskId: string, parameters: any)
src/hooks/useAiMasking.ts:268
↓ 2 callers
Function
handleGenerateAiSkyMask
(subMaskId: string)
src/hooks/useAiMasking.ts:330
↓ 2 callers
Function
handleMaskPropertyChange
(key: string, value: any)
src/components/panel/right/MasksPanel.tsx:2247
↓ 2 callers
Function
handleModeChange
(mode: 'auto' | 'manual')
src/components/modals/LensCorrectionModal.tsx:578
↓ 2 callers
Function
handlePasteMask
(insertAfterContainerId?: string)
src/components/panel/right/MasksPanel.tsx:1065
↓ 2 callers
Function
handlePastePatch
(insertAfterContainerId?: string)
src/components/panel/right/AIPanel.tsx:723
↓ 2 callers
Function
handlePointStart
(e: any, index: number)
src/components/adjustments/Curves.tsx:494
↓ 2 callers
Function
handlePrimaryChange
(key: 'Hue' | 'Saturation', value: string)
src/components/adjustments/Color.tsx:314
↓ 2 callers
Function
handleRenameSubmit
()
src/components/panel/right/AIPanel.tsx:1267
↓ 2 callers
Function
handleRenameSubmit
()
src/components/panel/right/MasksPanel.tsx:1664
↓ 2 callers
Function
handleResetAdjustments
()
src/components/panel/right/ControlsPanel.tsx:109
↓ 2 callers
Function
handleSelect
(option: OptionItem<T>)
src/components/ui/Dropdown.tsx:61
↓ 2 callers
Function
handleStepRotate
(degrees: number)
src/components/panel/right/CropPanel.tsx:396
↓ 2 callers
Function
handleSubMaskParametersChange
(changes: Record<string, number>)
src/components/panel/right/MasksPanel.tsx:2252
↓ 2 callers
Function
handleToggleMode
(newMode: 'point' | 'parametric')
src/components/adjustments/Curves.tsx:304
↓ 2 callers
Function
handleToggleReject
(path: string)
src/components/modals/CullingModal.tsx:148
↓ 2 callers
Function
handleToggleSection
(section: string)
src/components/panel/right/AIPanel.tsx:1760
↓ 2 callers
Function
insertChildrenIntoTree
(node: any, targetPath: string, newChildren: any[])
src/App.tsx:59
↓ 2 callers
Function
insertSubMaskIntoContainer
(containerId: string, subMask: SubMask, insertIndex?: number)
src/components/panel/right/AIPanel.tsx:687
↓ 2 callers
Function
insertSubMaskIntoContainer
(containerId: string, subMask: SubMask, insertIndex?: number)
src/components/panel/right/MasksPanel.tsx:1024
↓ 2 callers
Function
isPresetActive
(preset: CropPreset)
src/components/panel/right/CropPanel.tsx:378
↓ 2 callers
Function
normalizeCombo
(event: KeyboardEvent, osPlatform?: string)
src/utils/keyboardUtils.ts:299
↓ 2 callers
Function
normalizeSubMasks
(subMasks: any[])
src/utils/adjustments.ts:600
↓ 2 callers
Function
parseDms
(dmsString: string)
src/components/panel/right/MetadataPanel.tsx:50
↓ 2 callers
Function
parseRgb
(rgbStr: string)
src/components/panel/Editor.tsx:24
↓ 2 callers
Function
processSubMasks
(subMasks: any[])
src/hooks/useImageProcessing.ts:129
↓ 2 callers
Function
serializeValue
( value: unknown, depth: number, seen: WeakSet<object>, )
src/utils/frontendLogBridge.ts:131
↓ 2 callers
Function
setMaskContainerAdjustments
(updater: any)
src/components/panel/right/MasksPanel.tsx:2275
↓ 2 callers
Function
sortFolderTree
(nodes: FolderTree[], sort: FolderTreeSort)
src/components/panel/FolderTree.tsx:155
↓ 2 callers
Function
stopWatch
()
src/components/ui/GlobalTooltip.tsx:37
↓ 2 callers
Function
unrotate
(p: Coord)
src/components/panel/editor/ImageCanvas.tsx:2102
↓ 2 callers
Function
updateMaximizedState
()
src/window/TitleBar.tsx:43
↓ 2 callers
Function
updateSize
()
src/hooks/useImageRenderSize.ts:34
↓ 2 callers
Function
usePresets
(currentAdjustments: Adjustments)
src/hooks/usePresets.ts:26
↓ 2 callers
Function
useWaveformControls
()
src/hooks/useWaveformControls.ts:5
↓ 1 callers
Function
addFolder
(name: string)
src/hooks/usePresets.ts:117
↓ 1 callers
Function
addPreset
( name: string, folderId: string | null = null, includeMasks: boolean = false, includeCropTran
src/hooks/usePresets.ts:56
↓ 1 callers
Function
buildMoveSubmenu
(nodes: AlbumItem[])
src/hooks/useAppContextMenus.ts:1084
↓ 1 callers
Function
capitalize
(s: string)
src/components/modals/CopyPasteSettingsModal.tsx:18
↓ 1 callers
Function
checkFullscreen
()
src/App.tsx:515
↓ 1 callers
Function
checkVersion
()
src/components/panel/MainLibrary.tsx:197
↓ 1 callers
Function
clamp
(v: number)
src/components/adjustments/Curves.tsx:112
↓ 1 callers
Function
clamp
(value: number, min: number, max: number)
src/components/ui/GlobalTooltip.tsx:12
↓ 1 callers
Function
codeToDisplayLabel
(code: string)
src/utils/keyboardUtils.ts:319
↓ 1 callers
Function
compareVersions
(v1: string, v2: string)
src/components/panel/MainLibrary.tsx:184
↓ 1 callers
Function
compute
( handle: string, val: number, init: { minDepth: number; maxDepth: number; minFade: number; maxFad
src/components/panel/right/MasksPanel.tsx:273
↓ 1 callers
Function
computePosition
(el: HTMLElement)
src/components/ui/GlobalTooltip.tsx:51
↓ 1 callers
Function
configurePreset
( id: string | null, name: string, includeMasks: boolean, includeCropTransform: boolean, p
src/hooks/usePresets.ts:180
↓ 1 callers
Function
convertParametricToPoints
(settings: ParametricCurveSettings)
src/components/adjustments/Curves.tsx:261
↓ 1 callers
Function
copyMaskToClipboard
(container: MaskContainer)
src/components/panel/right/MasksPanel.tsx:1001
↓ 1 callers
Function
copyPatchToClipboard
(container: AiPatch)
src/components/panel/right/AIPanel.tsx:665
↓ 1 callers
Function
copySubMaskToClipboard
(subMask: SubMask)
src/components/panel/right/AIPanel.tsx:669
↓ 1 callers
Function
copySubMaskToClipboard
(subMask: SubMask)
src/components/panel/right/MasksPanel.tsx:1005
↓ 1 callers
Function
creationFn
()
src/components/panel/right/AIPanel.tsx:806
↓ 1 callers
Function
creationFn
()
src/components/panel/right/MasksPanel.tsx:1122
↓ 1 callers
Function
del
(nodes: AlbumItem[])
src/hooks/useAppContextMenus.ts:1209
↓ 1 callers
Function
deleteItem
(id: string)
src/hooks/usePresets.ts:141
↓ 1 callers
Function
easeInOut
(t: number)
src/components/ui/Slider.tsx:241
↓ 1 callers
Function
evaluateQuery
(q: any, image: ImageFile)
src/hooks/useSortedLibrary.ts:142
↓ 1 callers
Function
expandEdge
(edge: 'L' | 'T' | 'R' | 'B', target: number)
src/components/panel/Editor.tsx:1815
↓ 1 callers
Function
expandExtensions
(exts: string[])
src/components/ui/LUTControl.tsx:33
↓ 1 callers
Function
extractViteDetails
(args: unknown[])
src/utils/frontendLogBridge.ts:83
↓ 1 callers
Function
fetchDims
()
src/components/panel/right/ExportPanel.tsx:298
↓ 1 callers
Function
fetchLogPath
()
src/components/panel/SettingsPanel.tsx:659
↓ 1 callers
Function
fetchPresets
()
src/components/panel/CommunityPage.tsx:91
↓ 1 callers
Function
fetchUsage
()
src/components/panel/SettingsPanel.tsx:313
↓ 1 callers
Function
fetchUsage
()
src/components/panel/right/AIPanel.tsx:309
↓ 1 callers
Function
fetchWatermarkDimensions
()
src/components/panel/right/ExportPanel.tsx:315
↓ 1 callers
Function
filterAlbumTree
(node: AlbumItem | null, query: string)
src/components/panel/FolderTree.tsx:125
↓ 1 callers
Function
find
(n: any)
src/hooks/useAppContextMenus.ts:499
↓ 1 callers
Function
findNode
(nodes: AlbumItem[])
src/components/modals/AppModals.tsx:123
↓ 1 callers
Function
findNode
(nodes: AlbumItem[], id: string)
src/hooks/useLibraryActions.ts:301
↓ 1 callers
Function
findObj
(nodes: any[])
src/App.tsx:292
↓ 1 callers
Function
findObj
(nodes: any[])
src/hooks/useAppNavigation.ts:550
↓ 1 callers
Function
findParentId
( nodes: AlbumItem[], childId: string, parentId: string | null = null, )
src/hooks/useAppContextMenus.ts:1016
↓ 1 callers
Function
findParentId
(nodes: AlbumItem[], childId: string, parentId: string | null)
src/hooks/useLibraryActions.ts:312
↓ 1 callers
Method
format
(value: number)
src/components/panel/right/MetadataPanel.tsx:19
↓ 1 callers
Function
formatExifTag
(str: string)
src/components/panel/right/MetadataPanel.tsx:45
↓ 1 callers
Function
formatKeyCode
(key: string, osPlatform: string)
src/utils/keyboardUtils.ts:336
↓ 1 callers
Function
formatLogMessage
(args: unknown[])
src/utils/frontendLogBridge.ts:227
↓ 1 callers
Function
formatViteErrorDetails
(value: Record<string, unknown>)
src/utils/frontendLogBridge.ts:46
↓ 1 callers
Function
generate
()
src/hooks/useImageProcessing.ts:501
↓ 1 callers
Function
generateAllPreviews
()
src/components/panel/CommunityPage.tsx:145
↓ 1 callers
Function
getAlbumImageCount
(item: any)
src/components/panel/FolderTree.tsx:305
↓ 1 callers
Function
getAutoExpandedAlbumGroups
(node: AlbumItem, groups: Set<string>)
src/components/panel/FolderTree.tsx:148
↓ 1 callers
Function
getCropDimensions
()
src/components/panel/editor/ImageCanvas.tsx:2215
↓ 1 callers
Function
getCurvePath
(points: Array<Coord>)
src/components/adjustments/Curves.tsx:129
↓ 1 callers
Function
getDefaultLanguage
(i18nInstance: any)
src/hooks/useAppInitialization.ts:32
← previous
next →
101–200 of 867, ranked by callers