(indent)
| 20500 | return "+ " + " ".repeat(indent); |
| 20501 | } |
| 20502 | function removed(indent) { |
| 20503 | return "- " + " ".repeat(indent); |
| 20504 | } |
| 20505 | function describeFiberType(fiber) { |
| 20506 | switch (fiber.tag) { |
| 20507 | case 26: |
no outgoing calls
no test coverage detected
searching dependent graphs…