Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msgbyte/tianji
/ CopyableText.tsx
File
CopyableText.tsx
src/client/components/CopyableText.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { cn } from
'@/utils/style'
;
2
import React, { PropsWithChildren } from
'react'
;
3
import copy from
'copy-to-clipboard'
;
4
import { useEvent } from
'@/hooks/useEvent'
;
Callers
nothing calls this directly
Calls
2
useEvent
Function · 0.90
cn
Function · 0.90
Tested by
no test coverage detected