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

Function getItems

apps/baseai.dev/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