(input: InstanceStore.LoadInput)
| 176 | InstanceStore.Service.use((store) => store.provide({ directory }, self)) |
| 177 | |
| 178 | export const reloadInstance = (input: InstanceStore.LoadInput) => |
| 179 | InstanceStore.Service.use((store) => store.reload(input)) |
| 180 | |
| 181 | export const disposeAllInstancesEffect = InstanceStore.Service.use((store) => store.disposeAll()) |
| 182 |
no test coverage detected