* Get whether this block is an insertion marker block or not. * * @returns True if an insertion marker.
()
| 903 | * @returns True if an insertion marker. |
| 904 | */ |
| 905 | isInsertionMarker(): boolean { |
| 906 | return this.isInsertionMarker_; |
| 907 | } |
| 908 | |
| 909 | /** |
| 910 | * Set whether this block is an insertion marker block or not. |
no outgoing calls
no test coverage detected