()
| 113 | // s[hash] = state |
| 114 | // }) |
| 115 | const selector = () => { |
| 116 | Global.mutableState[storeId].count = 0 |
| 117 | Global.currentStoreId = storeId |
| 118 | const res = u ? u() : n() |
| 119 | return res |
| 120 | } |
| 121 | Global.mutableState[storeId].selector = selector |
| 122 | return { |
| 123 | // TODO: support selector |
no outgoing calls
no test coverage detected
searching dependent graphs…