(i)
| 68 | visits.push(['Root', `${i.nodes.length}`]) |
| 69 | }, |
| 70 | RootExit(i) { |
| 71 | visits.push(['RootExit', `${i.nodes.length}`]) |
| 72 | }, |
| 73 | Rule(i) { |
| 74 | visits.push(['Rule', i.selector]) |
| 75 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…