(modelStrings: ModelStrings)
| 936 | |
| 937 | // You shouldn't use this directly. See src/utils/model/modelStrings.ts |
| 938 | export function setModelStrings(modelStrings: ModelStrings): void { |
| 939 | STATE.modelStrings = modelStrings |
| 940 | } |
| 941 | |
| 942 | // Test utility function to reset model strings for re-initialization. |
| 943 | // Separate from setModelStrings because we only want to accept 'null' in tests. |
nothing calls this directly
no outgoing calls
no test coverage detected