Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartdb/chartdb
/ code-snippet.tsx
File
code-snippet.tsx
src/components/code-snippet/code-snippet.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { cn } from
'@/lib/utils'
;
2
import React, { lazy, Suspense, useCallback, useEffect } from
'react'
;
3
import { Spinner } from
'../spinner/spinner'
;
4
import { useTheme } from
'@/hooks/use-theme'
;
Callers
nothing calls this directly
Calls
5
useTheme
Function · 0.90
useToast
Function · 0.90
cn
Function · 0.90
lazy
Function · 0.85
toast
Function · 0.85
Tested by
no test coverage detected