()
| 931 | |
| 932 | // You shouldn't use this directly. See src/utils/model/modelStrings.ts::getModelStrings() |
| 933 | export function getModelStrings(): ModelStrings | null { |
| 934 | return STATE.modelStrings |
| 935 | } |
| 936 | |
| 937 | // You shouldn't use this directly. See src/utils/model/modelStrings.ts |
| 938 | export function setModelStrings(modelStrings: ModelStrings): void { |
no outgoing calls
no test coverage detected