()
| 345 | * Return the current `TView`. |
| 346 | */ |
| 347 | export function getTView(): TView { |
| 348 | return instructionState.lFrame.tView; |
| 349 | } |
| 350 | |
| 351 | /** |
| 352 | * Restores `contextViewData` to the given OpaqueViewState instance. |
no outgoing calls
no test coverage detected
searching dependent graphs…