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

Function getItems

src/components/Search.tsx:84–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 {
83 sourceId: 'documentation',
84 getItems() {
85 return search(query, { limit: 5 })
86 },
87 getItemUrl({ item }) {
88 return item.url
89 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected