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

Interface LoadProgress

graph-ui/src/hooks/useGraphData.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import type { GraphData } from "../lib/types";
3
4export interface LoadProgress {
5 receivedBytes: number;
6 totalBytes: number | null;
7}
8
9interface UseGraphDataResult {
10 data: GraphData | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected