(handler: Handler)
| 138 | } |
| 139 | |
| 140 | public addHandler(handler: Handler) { |
| 141 | this.#state.addedHandlers.push(handler); |
| 142 | } |
| 143 | |
| 144 | public async loadHandlerFactory(appFn: HandlerFactory) { |
| 145 | await this.#initialize(); |
no outgoing calls
no test coverage detected