MCPcopy
hub / github.com/Unleash/unleash / use

Method use

src/lib/routes/controller.ts:220–222  ·  view source on GitHub ↗
(path: string, router: IRouter)

Source from the content-addressed store, hash-verified

218 }
219
220 use(path: string, router: IRouter): void {
221 this.app.use(path, router);
222 }
223
224 useWithMiddleware(path: string, router: IRouter, middleware: any): void {
225 this.app.use(path, middleware, router);

Callers 15

testServerRouteFunction · 0.80
setupImpactMetricsFunction · 0.80
defaultCustomAuthDenyAllFunction · 0.80
getAppFunction · 0.80
demoAuthenticationFunction · 0.80
noneAuthenticationFunction · 0.80
noApiTokenFunction · 0.80
ossAuthHookFunction · 0.80

Calls

no outgoing calls

Tested by 9

setupImpactMetricsFunction · 0.64
getSetupFunction · 0.64
preHookFunction · 0.64
getSetupFunction · 0.64
preHookFunction · 0.64
preHookFunction · 0.64
preHookFunction · 0.64
preHookFunction · 0.64
preHookFunction · 0.64