MCPcopy
hub / github.com/nestjs/nest / greeting

Method greeting

integration/scopes/src/transient/hello.controller.ts:27–29  ·  view source on GitHub ↗
(@Param('id', UserByIdPipe) id)

Source from the content-addressed store, hash-verified

25 @UseInterceptors(Interceptor)
26 @Get()
27 greeting(@Param('id', UserByIdPipe) id): string {
28 return this.helloService.greeting();
29 }
30}

Callers

nothing calls this directly

Calls 1

ParamFunction · 0.90

Tested by

no test coverage detected