()
| 470 | } |
| 471 | |
| 472 | export function isInI18nBlock() { |
| 473 | return instructionState.lFrame.inI18n; |
| 474 | } |
| 475 | |
| 476 | export function setInI18nBlock(isInI18nBlock: boolean): void { |
| 477 | instructionState.lFrame.inI18n = isInI18nBlock; |
no outgoing calls
no test coverage detected
searching dependent graphs…