()
| 153 | export interface Middleware<in out Schemas extends OptionalSchemas> { |
| 154 | /// Middleware.getStore |
| 155 | getStore(): Store<Schemas>; |
| 156 | |
| 157 | /// Middleware.addWillSetContentCallback |
| 158 | addWillSetContentCallback( |
nothing calls this directly
no outgoing calls
no test coverage detected