(nodeId: string)
| 147 | filters?: Record<string, string>, |
| 148 | ): Promise<NodeResult[]>; |
| 149 | getNode(nodeId: string): Promise<NodeResult | null>; |
| 150 | traverse( |
| 151 | nodeId: string, |
| 152 | direction?: 'outgoing' | 'incoming' | 'both', |
no outgoing calls
no test coverage detected