| 45 | readonly end: boolean; |
| 46 | } |
| 47 | interface MutableControlFlowEnd { |
| 48 | statements: ControlFlowStatement[]; |
| 49 | end: boolean; |
| 50 | } |
| 51 | |
| 52 | const defaultControlFlowEnd: ControlFlowEnd = {statements: [], end: false}; |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…