MCPcopy
hub / github.com/topoteretes/cognee / SearchEntry

Interface SearchEntry

cognee-mcp/apps-src/src/main.tsx:757–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755// ── Result panel ────────────────────────────────────────────────
756
757interface SearchEntry {
758 type: string;
759 query: string;
760 dataset: string;
761 body: string;
762}
763
764function ResultPanel({
765 entry,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected