(prev)
| 109 | return t6; |
| 110 | } |
| 111 | function _temp(prev) { |
| 112 | return { |
| 113 | ...prev, |
| 114 | toolPermissionContext: createDisabledBypassPermissionsContext(prev.toolPermissionContext) |
| 115 | }; |
| 116 | } |
| 117 | function useAppStore(): AppStateStore { |
| 118 | // eslint-disable-next-line react-hooks/rules-of-hooks |
| 119 | const store = useContext(AppStoreContext); |
nothing calls this directly
no test coverage detected