MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / ProjectInfo

Interface ProjectInfo

graph-ui/src/hooks/useProjects.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import type { Project, SchemaInfo } from "../lib/types";
4
5interface ProjectInfo {
6 project: Project;
7 schema: SchemaInfo | null;
8}
9
10interface UseProjectsResult {
11 projects: ProjectInfo[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected