| 80 | |
| 81 | /* For expanding paths */ |
| 82 | export interface PathExpansionArgs { |
| 83 | paths: string[][]; |
| 84 | incoming: boolean; |
| 85 | } |
| 86 | |
| 87 | /* Context for variable handling */ |
| 88 | interface GraphContextProps { |
nothing calls this directly
no outgoing calls
no test coverage detected