MCPcopy
hub / github.com/firecrawl/fireplexity / StockChartProps

Interface StockChartProps

app/stock-chart.tsx:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16)
17
18interface StockChartProps {
19 ticker: string
20 theme?: 'light' | 'dark'
21}
22
23// Validate ticker format (EXCHANGE:SYMBOL)
24function isValidTicker(ticker: string): boolean {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected