(snapshot)
| 92 | } |
| 93 | |
| 94 | function inspectNode(snapshot) { |
| 95 | return util.inspect(snapshot, { depth: 4 }); |
| 96 | } |
| 97 | |
| 98 | function isEdge(edge, { node_name, edge_name }) { |
| 99 | if (edge_name !== undefined && edge.name !== edge_name) { |
no test coverage detected
searching dependent graphs…