MCPcopy Create free account
hub / github.com/github/awesome-copilot / SearchRecord

Interface SearchRecord

website/src/integrations/pagefind-resources.ts:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import * as pagefind from "pagefind";
13
14interface SearchRecord {
15 type: string;
16 id: string;
17 title: string;
18 description: string;
19 path: string;
20 tags?: string[];
21 searchText: string;
22}
23
24const TYPE_LABELS: Record<string, string> = {
25 agent: "Agent",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected