MCPcopy Create free account
hub / github.com/WardAnalytics/WardGraph / getNodeCount

Function getNodeCount

src/components/graph/Graph.tsx:906–908  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

904 // Getting the node count so that we can show the legend dynamically ---------
905
906 function getNodeCount(): number {
907 return nodes.length;
908 }
909
910 const { isAuthenticated } = useAuthState();
911

Callers 1

LegendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected