| 4 | const INSTALL_STATE_STORAGE = Url.join(DATA_STORAGE, ".install-state"); |
| 5 | |
| 6 | export default class InstallState { |
| 7 | /** @type Record<string, string> */ |
| 8 | store; |
| 9 | /** @type Record<string, string> */ |
nothing calls this directly
no outgoing calls
no test coverage detected