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

Interface PathExpansionArgs

src/components/graph/Graph.tsx:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81/* For expanding paths */
82export interface PathExpansionArgs {
83 paths: string[][];
84 incoming: boolean;
85}
86
87/* Context for variable handling */
88interface GraphContextProps {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected