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

Method test

packages/common/test/decorators/route-params.decorator.spec.ts:39–39  ·  view source on GitHub ↗
(@Param('id', ParseIntPipe) params)

Source from the content-addressed store, hash-verified

37 class Test {
38 @Get(requestPath)
39 public static test(@Param('id', ParseIntPipe) params) {}
40
41 @Get(requestPathUsingArray)
42 public static testUsingArray(@Param('id') params) {}

Callers

nothing calls this directly

Calls 4

ParamFunction · 0.90
QueryFunction · 0.90
HostParamFunction · 0.90
BodyFunction · 0.90

Tested by

no test coverage detected