MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / MenubarShortcut

Function MenubarShortcut

website/src/components/ui/menubar.tsx:185–187  ·  view source on GitHub ↗
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)

Source from the content-addressed store, hash-verified

183MenubarSeparator.displayName = MenubarPrimitive.Separator.displayName;
184
185const MenubarShortcut = ({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>) => {
186 return <span className={cn("ml-auto text-xs tracking-widest text-muted-foreground", className)} {...props} />;
187};
188MenubarShortcut.displayname = "MenubarShortcut";
189
190export {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected