()
| 942 | // Test utility function to reset model strings for re-initialization. |
| 943 | // Separate from setModelStrings because we only want to accept 'null' in tests. |
| 944 | export function resetModelStringsForTestingOnly() { |
| 945 | STATE.modelStrings = null |
| 946 | } |
| 947 | |
| 948 | export function setMeter( |
| 949 | meter: Meter, |
nothing calls this directly
no outgoing calls
no test coverage detected