(tab: Tab, name: string, init: () => T)
| 285 | navigate("/") |
| 286 | }, |
| 287 | state<T>(tab: Tab, name: string, init: () => T) { |
| 288 | return memory.ensure(tabKey(tab), name, init) |
| 289 | }, |
| 290 | } |
| 291 | |
| 292 | return { ...actions, store, ready, recentReady } |
no test coverage detected