MCPcopy Index your code
hub / github.com/hydro-dev/Hydro / Connection

Method Connection

framework/framework/server.ts:830–832  ·  view source on GitHub ↗
(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(() => {

Callers 4

applyFunction · 0.80
applyFunction · 0.80
applyFunction · 0.80
applyFunction · 0.80

Calls 1

registerMethod · 0.95

Tested by

no test coverage detected