MCPcopy Create free account

hub / github.com/TheFlashBold/tune-editor / functions

Functions342 in github.com/TheFlashBold/tune-editor

↓ 2 callersFunctiongetEngagementTime
()
src/lib/track.ts:44
↓ 2 callersMethodgetPatchDefinition
(file: string)
src/services/tuning.ts:107
↓ 2 callersMethodgetUnlocks
()
src/services/tuning.ts:121
↓ 2 callersFunctionhandleAxisDoubleClick
(axis: 'x' | 'y', index: number)
src/components/ValueEditor.tsx:1678
↓ 2 callersFunctionhandleAxisMouseDown
(axis: 'x' | 'y', index: number, e: MouseEvent)
src/components/ValueEditor.tsx:1830
↓ 2 callersFunctionhandleAxisMouseEnter
(axis: 'x' | 'y', index: number)
src/components/ValueEditor.tsx:1843
↓ 2 callersFunctionhandleUpload
(automatic: boolean = false)
src/components/UploadBinModal.tsx:54
↓ 2 callersFunctionhslToRgb
(h: number, s: number, l: number)
src/components/ValueEditor.tsx:783
↓ 2 callersFunctioninterpolateRow
(rows: number[][], index: number)
src/lib/csvLog.ts:14
↓ 2 callersFunctionisAxisSelected
(axis: 'x' | 'y', index: number)
src/components/ValueEditor.tsx:1789
↓ 2 callersFunctionisPrintable
(s: string)
src/lib/olsParser.ts:130
↓ 2 callersFunctionk
(n: number)
src/components/ValueEditor.tsx:786
↓ 2 callersMethodlistBins
()
src/services/tuning.ts:129
↓ 2 callersFunctionloadDefinition
(filename: string)
src/lib/definitionLoader.ts:46
↓ 2 callersMethodmatchCategory
(name: string)
src/lib/a2lParser.ts:274
↓ 2 callersFunctionmeasure
()
src/components/LogOverlay.tsx:45
↓ 2 callersFunctionmergeDefinitions
(baseDef: Definition, patchDef: Definition, _patchName?: string)
src/components/PatchManager.tsx:73
↓ 2 callersFunctionnormFromAxis
(axisVals: number[], length: number)
src/lib/wizards/stage1.ts:65
↓ 2 callersFunctionnormalizeAddress
* TriCore TC17xx address aliasing: * 0x80000000 = cached view of program flash * 0xA0000000 = uncached view of SAME flash
src/lib/s19Parser.ts:68
↓ 2 callersFunctionnormalizeRawValue
(value: number, dataType: DataType)
src/lib/binUtils.ts:397
↓ 2 callersFunctionoffsetTableSloped
* Add a sloped offset: 0% at (minX, minY), full `offset` at (maxX, maxY), * linearly interpolated as the average of normalized x and y positions. *
src/lib/wizards/stage1.ts:46
↓ 2 callersFunctionparseAddress
(addrStr: string | null)
src/lib/xdfParser.ts:83
↓ 2 callersFunctionparseBtp
(data: Uint8Array)
src/lib/btpParser.ts:99
↓ 2 callersFunctionparseCSV
(text: string)
src/lib/csvLog.ts:34
↓ 2 callersMethodparseCsvLine
(line: string)
src/lib/a2lParser.ts:119
↓ 2 callersFunctionparseFileData
(file: File)
src/hooks/useAppState.ts:26
↓ 2 callersFunctionparseMathEquation
(equation: string)
src/lib/xdfParser.ts:18
↓ 2 callersFunctionparseOLS
(buffer: ArrayBuffer, filename: string)
src/lib/olsParser.ts:153
↓ 2 callersMethodparseXDF
(file: File)
src/lib/xdfParser.ts:218
↓ 2 callersMethodpostJSON
(path: string, queryParams: GenericObject = {}, body: GenericObject = {})
src/services/base.ts:74
↓ 2 callersFunctionpushLine
(p1: { clipX: number; clipY: number; depth: number }, p2: { clipX: number; clipY: nu
src/components/ValueEditor.tsx:1048
↓ 2 callersFunctionpushTri
(verts: number[], p1: { clipX: number; clipY: number; depth: number },
src/components/ValueEditor.tsx:1038
↓ 2 callersFunctionrainCurveCells
* Rain-curve cells: * idx 0 .. TEMP_IDX - 2 → linear ramp from `startValue` to RAIN_RAMP_TARGET (1.0) * idx TEMP_IDX - 1 → midpoint bet
src/lib/wizards/antiTramp.ts:36
↓ 2 callersFunctionrank
(w: WizardDef)
src/components/WizardModal.tsx:292
↓ 2 callersMethodreadAxisData
()
src/lib/olsParser.ts:505
↓ 2 callersMethodreadBytes
(n: number)
src/lib/olsParser.ts:445
↓ 2 callersMethodreadLangString
()
src/lib/olsParser.ts:475
↓ 2 callersFunctionreadString
(data: Uint8Array, offset: number, length: number)
src/lib/btpParser.ts:89
↓ 2 callersFunctionreadString
(data: DataView, buf: Uint8Array, offset: number)
src/lib/olsParser.ts:97
↓ 2 callersFunctionrebaseAxis
(axis: IDefinitionParameter['xAxis'])
src/components/PatchManager.tsx:81
↓ 2 callersMethodresolveCategories
(element: Element)
src/lib/xdfParser.ts:250
↓ 2 callersFunctionscalar
(name: string)
src/lib/wizards/popsBangs.ts:223
↓ 2 callersFunctionscaleTable
Scale all cells of a table by a percentage factor, reading current values (or `baseData` when given).
src/lib/wizards/stage1.ts:111
↓ 2 callersFunctionseekFromEvent
(e: MouseEvent | TouchEvent)
src/components/LogTimeline.tsx:34
↓ 2 callersFunctionsend
(payload: Record<string, unknown>)
src/lib/track.ts:17
↓ 2 callersFunctionsendEngagement
()
src/lib/track.ts:48
↓ 2 callersFunctionverifyCrc32
(data: Uint8Array)
src/lib/btpParser.ts:160
↓ 2 callersFunctionyToLat
(y: number)
src/components/GPSMap.tsx:20
↓ 1 callersFunctionairDensity
* Air density in kg/m³, computed from ambient pressure (kPa) and temperature * (°C) when available in the log; falls back to standard-day density.
src/lib/logMapping.ts:37
↓ 1 callersFunctionapplyPatch
(blocks: BtpBlock[], binData: Uint8Array)
src/lib/btpParser.ts:223
↓ 1 callersFunctionbuildAxis
Build an 8-point axis [-5 ... temp ... 30] with temp pinned at TEMP_IDX.
src/lib/wizards/antiTramp.ts:13
↓ 1 callersFunctionbuildBtp
( originalData: Uint8Array, modifiedData: Uint8Array, softCode: string, paramRanges: { offset: number;
src/lib/btpParser.ts:246
↓ 1 callersFunctionbuildRef
(binData: Uint8Array)
src/components/WizardModal.tsx:37
↓ 1 callersFunctionbuildRowRecord
(headers: string[], row: number[] | undefined)
src/lib/logMapping.ts:212
↓ 1 callersFunctionbuildSearchParams
(queryParams: GenericObject = {})
src/services/base.ts:17
↓ 1 callersFunctioncellChanged
(row: number, col: number)
src/components/ValueEditor.tsx:1748
↓ 1 callersFunctioncellCompareDiff
(row: number, col: number)
src/components/ValueEditor.tsx:1755
↓ 1 callersFunctionclassifyFile
(name: string)
src/app.tsx:33
↓ 1 callersFunctioncleanupLegacyServiceWorkers
()
src/main.tsx:17
↓ 1 callersFunctioncomputeGearMap
* Compute id_gear_gr_mt breakpoints from gear ratios. * * The x-axis represents RPM/speed ratio ≈ gear_ratio × final_drive × (revs_per_km / 60). *
src/lib/wizards/gearRatio.ts:12
↓ 1 callersFunctioncopySelection
()
src/components/ValueEditor.tsx:1849
↓ 1 callersFunctioncountAllParameters
(node: TreeNode)
src/components/CategoryTree.tsx:56
↓ 1 callersFunctioncreateProgram
(gl: WebGL2RenderingContext)
src/components/ValueEditor.tsx:775
↓ 1 callersFunctiondataToPoints
(field: string)
src/components/LogViewer.tsx:332
↓ 1 callersFunctionextractBinary
(buffer: ArrayBuffer, version: OLSBinaryVersion)
src/lib/olsParser.ts:720
↓ 1 callersFunctionextractBinaryVersions
(data: DataView, buf: Uint8Array, _version: number)
src/lib/olsParser.ts:230
↓ 1 callersFunctionextractEpkFromHeader
(buf: Uint8Array, pos: number)
src/lib/olsParser.ts:383
↓ 1 callersFunctionextractFolderEntries
(data: DataView, buf: Uint8Array)
src/lib/olsParser.ts:680
↓ 1 callersFunctionextractParameters
(data: DataView, buf: Uint8Array, version: number)
src/lib/olsParser.ts:648
↓ 1 callersFunctionfillAboveX
Set cells to a value where xAxis >= minX (for CURVEs/MAPs with rpm axis)
src/lib/wizards/stage1.ts:5
↓ 1 callersFunctionfillRegion
Generate cell writes for cells where xAxis >= minRpm and yAxis >= minLoad
src/lib/wizards/popsBangs.ts:5
↓ 1 callersFunctionfindBinaryVerification
(_data: DataView, buf: Uint8Array, blobOffset: number, blobSize: number)
src/lib/olsParser.ts:343
↓ 1 callersFunctionfindMatchingDefinitionByData
( data: Uint8Array )
src/lib/definitionLoader.ts:31
↓ 1 callersMethodgenerateDefinition
(name: string)
src/lib/a2lParser.ts:283
↓ 1 callersMethodgetBin
(id: string, onProgress?: (loaded: number, total: number) => void)
src/services/tuning.ts:133
↓ 1 callersFunctiongetCellColor
(value: number, min: number, max: number)
src/components/ValueEditor.tsx:374
↓ 1 callersMethodgetDefinition
(file: string)
src/services/tuning.ts:75
↓ 1 callersMethodgetDefinitionsIndex
()
src/services/tuning.ts:66
↓ 1 callersFunctiongetMemCalOffset
Memory-mapped CAL offset for each ECU family (where CAL starts in address space relative to 0xA0000000)
src/lib/olsParser.ts:737
↓ 1 callersMethodgetOriginalMapData
(map: string, boxCode: string, version: string)
src/services/tuning.ts:117
↓ 1 callersMethodgetPatch
(file: string)
src/services/tuning.ts:94
↓ 1 callersMethodgetPatchIndex
()
src/services/tuning.ts:85
↓ 1 callersMethodgetStats
()
src/lib/a2lParser.ts:366
↓ 1 callersMethodgetStats
()
src/lib/xdfParser.ts:426
↓ 1 callersFunctionhandleBitToggle
(bit: number)
src/components/ValueEditor.tsx:151
↓ 1 callersFunctionhandleCellMouseDown
(row: number, col: number, e: MouseEvent)
src/components/ValueEditor.tsx:1796
↓ 1 callersFunctionhandleCellMouseEnter
(row: number, col: number)
src/components/ValueEditor.tsx:1814
↓ 1 callersMethodhandleErrorResponse
(res: Response)
src/services/base.ts:81
↓ 1 callersFunctionhandlePreviewMove
(e: MouseEvent)
src/components/LogViewer.tsx:488
↓ 1 callersFunctionhexToBinary
(content: string)
src/lib/s19Parser.ts:195
↓ 1 callersFunctionisIgnored
()
src/lib/track.ts:72
↓ 1 callersFunctionisSelected
(row: number, col: number)
src/components/ValueEditor.tsx:1774
↓ 1 callersFunctionlatLonToPixel
( lat: number, lon: number, centerLat: number, centerLon: number, zoom: number, width: number, hei
src/components/GPSMap.tsx:24
↓ 1 callersFunctionlinearNormalize
(value: number, min: number, max: number)
src/components/ValueEditor.tsx:370
↓ 1 callersFunctionloadTile
(x: number, y: number, z: number)
src/components/GPSMap.tsx:42
↓ 1 callersMethodlogin
(username: string, password: string)
src/services/auth.ts:29
↓ 1 callersFunctionmount
()
src/main.tsx:11
↓ 1 callersFunctionolsToDefinition
(ols: OLSFile)
src/lib/olsParser.ts:751
↓ 1 callersFunctionparamNameMatches
(pattern: string, name: string)
src/lib/logMapping.ts:143
↓ 1 callersMethodparseA2L
(file: File)
src/lib/a2lParser.ts:73
← previousnext →101–200 of 342, ranked by callers