MCPcopy Index your code
hub / github.com/nodejs/node / peekBlock

Function peekBlock

test/fixtures/snapshot/typescript.js:103448–103450  ·  view source on GitHub ↗

* Gets the current open block.

()

Source from the content-addressed store, hash-verified

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 */

Callers 4

endBlockFunction · 0.85
peekBlockKindFunction · 0.85
beginCatchBlockFunction · 0.85
beginFinallyBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…