(i)
| 58 | visits.push(['DocumentExit', `${i.nodes.length}`]) |
| 59 | }, |
| 60 | Once(i) { |
| 61 | visits.push(['Once', `${i.nodes.length}`]) |
| 62 | }, |
| 63 | OnceExit(i) { |
| 64 | visits.push(['OnceExit', `${i.nodes.length}`]) |
| 65 | }, |
nothing calls this directly
no test coverage detected
searching dependent graphs…