()
| 385 | } |
| 386 | |
| 387 | export function getCurrentTNodePlaceholderOk(): TNode | null { |
| 388 | return instructionState.lFrame.currentTNode; |
| 389 | } |
| 390 | |
| 391 | export function getCurrentParentTNode(): TNode | null { |
| 392 | const lFrame = instructionState.lFrame; |
no outgoing calls
no test coverage detected
searching dependent graphs…