Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
61
interface ApiGraph {
62
nodes: ApiNode[];
63
edges: ApiEdge[];
64
}
65
66
interface SimNode {
67
id: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected