(node: number)
| 228 | |
| 229 | /** @internal */ |
| 230 | const missingNode = (node: number) => new GraphError({ message: `Node ${node} does not exist` }) |
| 231 | |
| 232 | // ============================================================================= |
| 233 | // Constructors |
no outgoing calls
no test coverage detected