MCPcopy Create free account
hub / github.com/Qinbf/groundmap / ApiGraph

Interface ApiGraph

web/components/GraphView.tsx:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 anchor?: string;
60}
61interface ApiGraph {
62 nodes: ApiNode[];
63 edges: ApiEdge[];
64}
65
66interface SimNode {
67 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected