* Gets the current open block.
()
| 103446 | * Gets the current open block. |
| 103447 | */ |
| 103448 | function peekBlock() { |
| 103449 | return ts.lastOrUndefined(blockStack); |
| 103450 | } |
| 103451 | /** |
| 103452 | * Gets the kind of the current open block. |
| 103453 | */ |
no outgoing calls
no test coverage detected
searching dependent graphs…