MCPcopy Create free account

hub / github.com/Asreonn/moonizer / functions

Functions396 in github.com/Asreonn/moonizer

↓ 1,400 callersFunctiont
(key: string, params?: Record<string, any>)
src/core/i18n/LanguageProvider.tsx:123
↓ 45 callersFunctionuseLanguage
()
src/core/i18n/LanguageProvider.tsx:166
↓ 17 callersFunctiongetNumericValue
(value: any)
src/core/dataset/ruleEngine.ts:53
↓ 14 callersFunctionformatNumber
(num: number)
src/components/layout/panels/DataExplorer/components/analysis/NumericAnalysis.tsx:192
↓ 14 callersFunctionhandleApplyAction
(actionKey: string, params: any = {})
src/components/layout/panels/ColumnInspector/ActionGroups/NumericGroup.tsx:68
↓ 13 callersFunctiongetStringValue
(value: any, caseSensitive: boolean = true)
src/core/dataset/ruleEngine.ts:60
↓ 12 callersFunctiontranslate
(key: string, fallback: string, params?: Record<string, any>)
src/core/export/chartPngExport.ts:246
↓ 11 callersFunctionuseToast
()
src/components/common/Toast/ToastProvider.tsx:23
↓ 10 callersFunctionformatNumber
(num: number, decimals = 2)
src/components/layout/panels/DataExplorer/AnalysisSection/NumericAnalysis.tsx:91
↓ 10 callersFunctionhandleApplyAction
(actionKey: string, params: any = {})
src/components/layout/panels/ColumnInspector/ActionGroups/CategoryGroup.tsx:133
↓ 7 callersFunctioncreateCondition
( columnName: string, operator: RuleOperator, value: any, secondValue?: any, caseSensitive = true )
src/core/dataset/ruleEngine.ts:455
↓ 7 callersFunctionhandleApplyAction
(actionKey: string, params: any = {})
src/components/layout/panels/ColumnInspector/ActionGroups/DateTimeGroup.tsx:58
↓ 7 callersFunctionhandleApplyAction
(actionKey: string, params: any = {})
src/components/layout/panels/ColumnInspector/ActionGroups/BooleanGroup.tsx:95
↓ 6 callersFunctioncreateBarChartForExport
* Bar Chart PNG Export - Creates perfect bar chart in background
src/core/export/chartPngExport.ts:199
↓ 6 callersFunctioncreateRuleGroup
( logicalOperator: LogicalOperator, conditions: (RuleCondition | RuleGroup)[] = [], negate = false )
src/core/dataset/ruleEngine.ts:472
↓ 6 callersFunctioncreateRuleSet
( name: string, rule: RuleGroup, options: { description?: string; resultType?: 'boolean' | 'cust
src/core/dataset/ruleEngine.ts:485
↓ 5 callersFunctioncalculateCV
(values: number[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedDateTimeAnalysis.tsx:485
↓ 5 callersFunctionhandleApplyAction
(actionKey: string, params: any = {})
src/components/layout/panels/ColumnInspector/ActionGroups/TextGroup.tsx:49
↓ 3 callersFunctionclassifyColumnTypeWithOverride
( values: any[], columnName: string, typeOverride?: ColumnType | null )
src/core/profiling/columnTypes.ts:304
↓ 3 callersFunctioncreateLineChartForExport
* Line Chart PNG Export - Creates perfect line chart in background
src/core/export/chartPngExport.ts:793
↓ 3 callersFunctionduplicateColumn
(data: any[], columnName: string, newColumnName?: string)
src/core/dataset/transforms.ts:904
↓ 3 callersFunctionisDestructive
(targetType: string)
src/components/layout/panels/ColumnInspector/ActionsArea.tsx:384
↓ 3 callersFunctionloadCsv
(file: File)
src/core/dataset/loadCsv.ts:129
↓ 3 callersFunctionparseCsvLine
* Parse a single CSV line respecting quotes and escapes
src/core/dataset/loadCsv.ts:52
↓ 3 callersFunctionparseDate
(value: any)
src/core/dataset/ruleEngine.ts:67
↓ 3 callersFunctionrenderChartConfig
( config: ChartConfig, onChange: (config: ChartConfig) => void, title: string )
src/components/layout/panels/DataExplorer/components/ChartSettings.tsx:46
↓ 3 callersFunctionscaleColumn
(data: any[], columnName: string, params: { min?: number; max?: number; type: string })
src/core/dataset/transforms.ts:361
↓ 3 callersFunctiontranslateOrFallback
( config: ChartExportConfig, key: string, fallback: string, params?: Record<string, any> )
src/core/export/chartPngExport.ts:61
↓ 3 callersFunctionupdatePosition
(e: React.MouseEvent)
src/components/ui/AnalyticsTooltip.tsx:34
↓ 2 callersFunctionanalyzeTimeRange
(dates: Date[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedDateTimeAnalysis.tsx:252
↓ 2 callersFunctionbinColumn
(data: any[], columnName: string, params: { method: string; bins: number })
src/core/dataset/transforms.ts:207
↓ 2 callersFunctioncalculatePopoverPosition
( anchorElement: HTMLElement, popoverDimensions: PopoverDimensions )
src/core/popover/popoverPositioning.ts:201
↓ 2 callersFunctioncreatePieChartForExport
* Pie Chart PNG Export - Creates perfect pie chart in background
src/core/export/chartPngExport.ts:632
↓ 2 callersFunctioncreateSingleChartElement
* Create a single chart element for dual view
src/core/export/chartPngExport.ts:1423
↓ 2 callersFunctionencodeCategorical
(data: any[], columnName: string, params: { encodingType: string; dropFirst?: boolean })
src/core/dataset/transforms.ts:1180
↓ 2 callersFunctionformatChartType
(chartType: string)
src/core/export/chartPngExport.ts:1249
↓ 2 callersFunctionformatDate
(date: Date)
src/components/layout/panels/DataExplorer/components/analysis/DateTimeAnalysis.tsx:158
↓ 2 callersFunctionformatDate
(date: Date)
src/components/layout/panels/DataExplorer/AnalysisSection/DateTimeAnalysis.tsx:117
↓ 2 callersFunctiongenerateColumnProfile
(values: any[], columnName: string, typeOverride?: ColumnType | null)
src/core/profiling/columnTypes.ts:318
↓ 2 callersFunctiongenerateId
()
src/state/useColumnEditorStore.ts:65
↓ 2 callersFunctiongetCategoryColor
(category: string)
src/components/layout/panels/DataExplorer/AnalysisSection/BooleanAnalysis.tsx:103
↓ 2 callersFunctiongetImpactSummary
(actionKey: string)
src/components/layout/panels/ColumnInspector/ActionGroups/GeneralGroup.tsx:229
↓ 2 callersFunctiongetTooltip
()
src/ui/PanelToggle.tsx:101
↓ 2 callersFunctiongroupRareCategories
(data: any[], columnName: string, params: { threshold: number; thresholdType: string; otherLabel: string })
src/core/dataset/transforms.ts:1359
↓ 2 callersFunctionhandleCardClick
(columnName: string)
src/components/layout/panels/ColumnInspector/ColumnInspectorPanel.tsx:197
↓ 2 callersFunctionhandleColumnNameCancel
()
src/components/layout/panels/ColumnInspector/NewColumnEditorPanel.tsx:160
↓ 2 callersFunctionhandleColumnNameSave
()
src/components/layout/panels/ColumnInspector/NewColumnEditorPanel.tsx:65
↓ 2 callersFunctionhandleFileLoad
(file: File)
src/app/home/HomePage.tsx:20
↓ 2 callersFunctionhandleSampleLoad
(type: 'sales' | 'customers')
src/app/home/HomePage.tsx:48
↓ 2 callersFunctionhandleTypeFilterClick
(type: ColumnType)
src/components/layout/panels/ColumnInspector/ColumnInspectorPanel.tsx:149
↓ 2 callersFunctioninvertBoolean
(data: any[], columnName: string)
src/core/dataset/transforms.ts:1532
↓ 2 callersFunctionparseCustomFormat
(dateString: string, format: string)
src/core/dataset/transforms.ts:2238
↓ 2 callersFunctionprocessCategoricalData
(data: any[])
src/components/layout/panels/DataExplorer/components/ChartRenderer.tsx:303
↓ 2 callersFunctionremoveSourceCategory
(category: string)
src/components/layout/panels/ColumnInspector/ActionGroups/CategoryGroup.tsx:439
↓ 2 callersFunctionrenderBarChart
(data: any[], max: number)
src/components/layout/panels/DataExplorer/components/SimpleChartRenderer.tsx:130
↓ 2 callersFunctionsetLanguage
(lang: Language)
src/core/i18n/LanguageProvider.tsx:119
↓ 2 callersFunctiontransformTextColumn
(data: any[], columnName: string, params: { transformType: string; [key: string]: any })
src/core/dataset/transforms.ts:466
↓ 2 callersFunctionupdateSplitRule
(index: number, field: 'pattern' | 'category', value: string)
src/components/layout/panels/ColumnInspector/ActionGroups/CategoryGroup.tsx:456
↓ 1 callersFunctionaddDateTime
(data: any[], columnName: string, params: { amount: number; unit: string })
src/core/dataset/transforms.ts:1982
↓ 1 callersFunctionaddSourceCategory
(category: string)
src/components/layout/panels/ColumnInspector/ActionGroups/CategoryGroup.tsx:430
↓ 1 callersFunctionanalyzeBooleanDistribution
(values: any[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedBooleanAnalysis.tsx:230
↓ 1 callersFunctionanalyzeBooleanPatterns
(values: any[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedBooleanAnalysis.tsx:273
↓ 1 callersFunctionanalyzeCharacters
(texts: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedTextAnalysis.tsx:297
↓ 1 callersFunctionanalyzeConstantColumn
(data: any[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedConstantAnalysis.tsx:182
↓ 1 callersFunctionanalyzeDiversity
(distribution: any)
src/components/layout/panels/DataExplorer/components/advanced/AdvancedCategoricalAnalysis.tsx:237
↓ 1 callersFunctionanalyzeFrequencyDistribution
(dates: Date[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedDateTimeAnalysis.tsx:368
↓ 1 callersFunctionanalyzeIdPatterns
(strings: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedIdUniqueAnalysis.tsx:257
↓ 1 callersFunctionanalyzeLanguage
(texts: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedTextAnalysis.tsx:311
↓ 1 callersFunctionanalyzeLengths
(texts: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedTextAnalysis.tsx:236
↓ 1 callersFunctionanalyzePatterns
(categories: any[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedCategoricalAnalysis.tsx:277
↓ 1 callersFunctionanalyzePatterns
(numbers: number[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedNumericAnalysis.tsx:252
↓ 1 callersFunctionanalyzeStructure
(strings: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedIdUniqueAnalysis.tsx:332
↓ 1 callersFunctionanalyzeTemporalPatterns
(dates: Date[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedDateTimeAnalysis.tsx:281
↓ 1 callersFunctionanalyzeTextPatterns
(texts: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedTextAnalysis.tsx:366
↓ 1 callersFunctionanalyzeTimeGaps
(dates: Date[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedDateTimeAnalysis.tsx:431
↓ 1 callersFunctionanalyzeUniqueness
(strings: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedIdUniqueAnalysis.tsx:229
↓ 1 callersFunctionanalyzeWords
(texts: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedTextAnalysis.tsx:258
↓ 1 callersFunctionapplyAdvancedRuleMapping
(data: any[], columnName: string, params: { ruleSetData: string })
src/core/dataset/transforms.ts:1810
↓ 1 callersFunctionapplyBooleanRuleMapping
(data: any[], columnName: string, params: { condition: string; columnName: string })
src/core/dataset/transforms.ts:1750
↓ 1 callersFunctionapplyCategoricalRules
(data: any[], columnName: string, params: { condition: any; trueValue: string; falseValue: string; targetCateg
src/core/dataset/transforms.ts:811
↓ 1 callersFunctionapplyRuleSetToDataset
( data: any[], columnNames: string[], targetColumnName: string, ruleSet: RuleSet )
src/core/dataset/ruleEngine.ts:419
↓ 1 callersFunctionapplyTransform
( data: any[], operation: TransformOperation )
src/core/dataset/transforms.ts:2297
↓ 1 callersFunctionarithmeticColumn
(data: any[], columnName: string, params: { operation: string; value: number })
src/core/dataset/transforms.ts:77
↓ 1 callersFunctionassessBooleanQuality
(values: any[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedBooleanAnalysis.tsx:346
↓ 1 callersFunctionassessDataQuality
(categories: any[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedCategoricalAnalysis.tsx:307
↓ 1 callersFunctionassessIdQuality
(strings: string[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedIdUniqueAnalysis.tsx:370
↓ 1 callersFunctionassignDefaultValue
(data: any[], columnName: string, params: { strategy: string; defaultValue: string })
src/core/dataset/transforms.ts:1451
↓ 1 callersFunctionbackwardFillColumn
(data: any[], columnName: string)
src/core/dataset/transforms.ts:884
↓ 1 callersFunctioncalculateAdvancedStats
(numbers: number[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedNumericAnalysis.tsx:173
↓ 1 callersFunctioncalculateAvailableSpace
* Calculate available space for each placement option
src/core/popover/popoverPositioning.ts:64
↓ 1 callersFunctioncalculateAverageGap
(minDate: Date, maxDate: Date, validDates: number, t: any)
src/components/layout/panels/DataExplorer/components/analysis/DateTimeAnalysis.tsx:193
↓ 1 callersFunctioncalculateCategoryDistribution
(categories: any[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedCategoricalAnalysis.tsx:205
↓ 1 callersFunctioncalculateCharacterStats
(texts: string[])
src/components/layout/panels/DataExplorer/components/analysis/TextAnalysis.tsx:221
↓ 1 callersFunctioncalculateDistributionAnalysis
(numbers: number[])
src/components/layout/panels/DataExplorer/components/advanced/AdvancedNumericAnalysis.tsx:196
↓ 1 callersFunctioncalculateEntropy
(p: number)
src/components/layout/panels/DataExplorer/components/analysis/BooleanAnalysis.tsx:154
↓ 1 callersFunctioncalculateEntropy
(frequencies: number[], total: number)
src/components/layout/panels/DataExplorer/AnalysisSection/CategoricalAnalysis.tsx:162
↓ 1 callersFunctioncalculateGiniIndex
(frequencies: number[])
src/components/layout/panels/DataExplorer/components/analysis/CategoricalAnalysis.tsx:174
↓ 1 callersFunctioncalculateGiniIndex
(frequencies: number[], total: number)
src/components/layout/panels/DataExplorer/AnalysisSection/CategoricalAnalysis.tsx:169
↓ 1 callersFunctioncalculateKurtosis
(data: number[], mean: number, stdDev: number)
src/components/layout/panels/DataExplorer/AnalysisSection/NumericAnalysis.tsx:247
↓ 1 callersFunctioncalculatePosition
* Calculate popover position with overflow handling
src/core/popover/popoverPositioning.ts:127
next →1–100 of 396, ranked by callers