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

Method Route

framework/framework/server.ts:825–827  ·  view source on GitHub ↗
(name: string, path: string, RouteHandler: typeof Handler, ...permPrivChecker)

Source from the content-addressed store, hash-verified

823
824 // eslint-disable-next-line ts/naming-convention
825 public Route(name: string, path: string, RouteHandler: typeof Handler, ...permPrivChecker) {
826 return this.register('route', name, path, RouteHandler, ...permPrivChecker);
827 }
828
829 // eslint-disable-next-line ts/naming-convention
830 public Connection(name: string, path: string, RouteHandler: typeof ConnectionHandler, ...permPrivChecker) {

Callers 15

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

Calls 1

registerMethod · 0.95

Tested by

no test coverage detected