()
| 751 | * current `LView` to act on. |
| 752 | */ |
| 753 | export function getSelectedIndex() { |
| 754 | return instructionState.lFrame.selectedIndex; |
| 755 | } |
| 756 | |
| 757 | /** |
| 758 | * Sets the most recent index passed to {@link select} |
no outgoing calls
no test coverage detected
searching dependent graphs…