()
| 143 | const addWillApplyChangesCallback = addCallback(willApplyChangesCallbacks); |
| 144 | |
| 145 | const destroy = (): void => {}; |
| 146 | |
| 147 | const middleware: Middleware = objFreeze({ |
| 148 | getStore, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…