MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / getItemUrl

Function getItemUrl

src/components/Search.tsx:87–89  ·  view source on GitHub ↗
({ item })

Source from the content-addressed store, hash-verified

85 return search(query, { limit: 5 })
86 },
87 getItemUrl({ item }) {
88 return item.url
89 },
90 onSelect: navigate,
91 },
92 ]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected