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

Interface DataItem

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

Source from the content-addressed store, hash-verified

66}
67
68interface DataItem {
69 id: string;
70 name: string;
71}
72
73function datasetsOf(result: CallToolResult): Dataset[] {
74 const s = result.structuredContent as { datasets?: Dataset[] } | undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected