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

Method greeting

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

Source from the content-addressed store, hash-verified

15 @UseInterceptors(Interceptor)
16 @Get()
17 greeting(@Param('id', UserByIdPipe) id): string {
18 return 'hey';
19 }
20}

Callers

nothing calls this directly

Calls 1

ParamFunction · 0.90

Tested by

no test coverage detected