(selector?: (s: typeof state) => unknown)
| 86 | mocks.projectPermissions.has(permission), |
| 87 | }; |
| 88 | const useAppStore = (selector?: (s: typeof state) => unknown) => |
| 89 | selector ? selector(state) : state; |
| 90 | useAppStore.getState = () => state; |
| 91 | return { |
| 92 | useAppStore, |
no outgoing calls
no test coverage detected