()
| 81 | export interface Middleware { |
| 82 | /// Middleware.getStore |
| 83 | getStore(): Store; |
| 84 | |
| 85 | /// Middleware.addWillSetContentCallback |
| 86 | addWillSetContentCallback(callback: WillSetContentCallback): Middleware; |
nothing calls this directly
no outgoing calls
no test coverage detected