MCPcopy Create free account
hub / github.com/MagicCube/agentara / CodeBlockFilename

Function CodeBlockFilename

web/src/components/ai-elements/code-block.tsx:356–364  ·  view source on GitHub ↗
({
  children,
  className,
  ...props
}: HTMLAttributes<HTMLSpanElement>)

Source from the content-addressed store, hash-verified

354);
355
356export const CodeBlockFilename = ({
357 children,
358 className,
359 ...props
360}: HTMLAttributes<HTMLSpanElement>) => (
361 <span className={cn("font-mono", className)} {...props}>
362 {children}
363 </span>
364);
365
366export const CodeBlockActions = ({
367 children,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected