()
| 237 | * Intended to be called from tests only (tree shaken otherwise). |
| 238 | */ |
| 239 | export function specOnlyIsInstructionStateEmpty(): boolean { |
| 240 | return instructionState.lFrame.parent === null; |
| 241 | } |
| 242 | |
| 243 | export function getElementDepthCount() { |
| 244 | return instructionState.lFrame.elementDepthCount; |
no outgoing calls
no test coverage detected
searching dependent graphs…