(block: IfBlockBranch)
| 434 | } |
| 435 | |
| 436 | visitIfBlockBranch(block: IfBlockBranch) { |
| 437 | this.ingestScopedNode(block); |
| 438 | } |
| 439 | |
| 440 | visitContent(content: Content) { |
| 441 | this.ingestScopedNode(content); |
nothing calls this directly
no test coverage detected