Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Param
Function · 0.90
Query
Function · 0.90
HostParam
Function · 0.90
Body
Function · 0.90
Tested by
no test coverage detected