MCPcopy
hub / github.com/claude-code-best/claude-code / HighlightedCode.tsx

File HighlightedCode.tsx

src/components/HighlightedCode.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as React from 'react';
2import { memo, useEffect, useMemo, useRef, useState } from 'react';
3import { useSettings } from '../hooks/useSettings.js';
4import { Ansi, Box, type DOMElement, measureElement, NoSelect, Text, useTheme } from '@anthropic/ink';

Callers

nothing calls this directly

Calls 13

useThemeFunction · 0.90
measureElementFunction · 0.90
useSettingsFunction · 0.85
expectColorFileFunction · 0.85
isFullscreenEnvEnabledFunction · 0.85
countCharInStringFunction · 0.85
setMethod · 0.80
nextMethod · 0.80
getMethod · 0.65
deleteMethod · 0.65
keysMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected