MCPcopy Index your code
hub / github.com/admineral/OpenAI-Assistant-API-Chat / CommandShortcut

Function CommandShortcut

components/ui/command.tsx:129–142  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.HTMLAttributes<HTMLSpanElement>)

Source from the content-addressed store, hash-verified

127CommandItem.displayName = CommandPrimitive.Item.displayName
128
129const CommandShortcut = ({
130 className,
131 ...props
132}: React.HTMLAttributes<HTMLSpanElement>) => {
133 return (
134 <span
135 className={cn(
136 "ml-auto text-xs tracking-widest text-muted-foreground",
137 className
138 )}
139 {...props}
140 />
141 )
142}
143CommandShortcut.displayName = "CommandShortcut"
144
145export {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected