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

Interface FilePathButtonProps

web/src/components/ai-elements/stack-trace.tsx:428–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426};
427
428interface FilePathButtonProps {
429 frame: StackFrame;
430 onFilePathClick?: (
431 filePath: string,
432 lineNumber?: number,
433 columnNumber?: number
434 ) => void;
435}
436
437const FilePathButton = memo(
438 ({ frame, onFilePathClick }: FilePathButtonProps) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected