| 724 | | "class-static-block"; |
| 725 | |
| 726 | interface CodePathSegmentTraversalController { |
| 727 | skip(): void; |
| 728 | break(): void; |
| 729 | } |
| 730 | |
| 731 | type CodePathSegmentTraversalCallback = ( |
| 732 | this: CodePath, |
no outgoing calls
no test coverage detected
searching dependent graphs…