MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / onImageClick

Method onImageClick

apps/web/ui/Message/index.tsx:51–51  ·  view source on GitHub ↗
(src: string)

Source from the content-addressed store, hash-verified

49 placeholder?: boolean;
50 onLinkClick?(event: React.MouseEvent<HTMLAnchorElement>): void;
51 onImageClick?(src: string): void;
52 onLoad?(): void;
53 isBot?: boolean;
54}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected