Method
Connection
(name: string, path: string, RouteHandler: typeof ConnectionHandler, ...permPrivChecker)
Source from the content-addressed store, hash-verified
| 828 | |
| 829 | // eslint-disable-next-line ts/naming-convention |
| 830 | public Connection(name: string, path: string, RouteHandler: typeof ConnectionHandler, ...permPrivChecker) { |
| 831 | return this.register('conn', name, path, RouteHandler, ...permPrivChecker); |
| 832 | } |
| 833 | |
| 834 | private registerLayer(name: 'serverLayers' | 'handlerLayers' | 'wsLayers', layer: LayerEntry) { |
| 835 | this.ctx.effect(() => { |
Tested by
no test coverage detected