(ph: IcuPlaceholder, context?: any)
| 191 | visitTagPlaceholder(ph: TagPlaceholder, context?: any): any; |
| 192 | visitPlaceholder(ph: Placeholder, context?: any): any; |
| 193 | visitIcuPlaceholder(ph: IcuPlaceholder, context?: any): any; |
| 194 | visitBlockPlaceholder(ph: BlockPlaceholder, context?: any): any; |
| 195 | } |
| 196 |
no outgoing calls
no test coverage detected