MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / isInternalLink

Function isInternalLink

apps/baseai.dev/src/components/ui/cta-buttons.tsx:23–24  ·  view source on GitHub ↗
(href: string)

Source from the content-addressed store, hash-verified

21 className?: string;
22}) {
23 const isInternalLink = (href: string) =>
24 href.startsWith('https://langbase.com/docs') || href.startsWith('/');
25
26 const LinkWrapper = ({
27 href,

Callers 1

LinkWrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected