(value: number)
| 531 | } |
| 532 | |
| 533 | export function setCurrentQueryIndex(value: number): void { |
| 534 | instructionState.lFrame.currentQueryIndex = value; |
| 535 | } |
| 536 | |
| 537 | /** |
| 538 | * Returns a `TNode` of the location where the current `LView` is declared at. |
no outgoing calls
no test coverage detected
searching dependent graphs…