(indent)
| 20497 | return " " + " ".repeat(indent); |
| 20498 | } |
| 20499 | function added(indent) { |
| 20500 | return "+ " + " ".repeat(indent); |
| 20501 | } |
| 20502 | function removed(indent) { |
| 20503 | return "- " + " ".repeat(indent); |
| 20504 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…