()
| 406 | } |
| 407 | |
| 408 | export function setCurrentTNodeAsNotParent(): void { |
| 409 | instructionState.lFrame.isParent = false; |
| 410 | } |
| 411 | |
| 412 | export function getContextLView(): LView { |
| 413 | const contextLView = instructionState.lFrame.contextLView; |
no outgoing calls
no test coverage detected
searching dependent graphs…