()
| 402 | } |
| 403 | |
| 404 | export function isCurrentTNodeParent(): boolean { |
| 405 | return instructionState.lFrame.isParent; |
| 406 | } |
| 407 | |
| 408 | export function setCurrentTNodeAsNotParent(): void { |
| 409 | instructionState.lFrame.isParent = false; |
no outgoing calls
no test coverage detected
searching dependent graphs…