Returns a single node by ID, or `undefined` if not found.
(id: string)
| 54 | |
| 55 | /** Returns a single node by ID, or `undefined` if not found. */ |
| 56 | getNode(id: string): N | undefined; |
| 57 | /** Returns a single edge by ID, or `undefined` if not found. */ |
| 58 | getEdge(id: string): E | undefined; |
| 59 |
no outgoing calls
no test coverage detected