MCPcopy Create free account
hub / github.com/aree6/LiftShift / line

Function line

frontend/utils/analysis/masterAlgorithm/masterAlgorithmTooltips.ts:3–3  ·  view source on GitHub ↗
(text: string, color?: TooltipLine['color'], bold?: boolean)

Source from the content-addressed store, hash-verified

1import type { StructuredTooltip, TooltipLine } from '../../../types';
2
3export const line = (text: string, color?: TooltipLine['color'], bold?: boolean): TooltipLine => ({ text, color, bold });
4
5export const buildStructured = (
6 trendValue: string,

Callers 3

analyzeWeightDecreaseFunction · 0.90
analyzeSameWeightFunction · 0.90
analyzeWeightIncreaseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected