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

Method record

integration/hello-world/e2e/middleware-fastify.spec.ts:604–606  ·  view source on GitHub ↗
(@Req() req: FastifyRequest['raw'], @Param('id') id: string)

Source from the content-addressed store, hash-verified

602
603 @Get('record/:id')
604 async record(@Req() req: FastifyRequest['raw'], @Param('id') id: string) {
605 return { success: true, record: id };
606 }
607 }
608
609 @Module({

Callers

nothing calls this directly

Calls 1

ParamFunction · 0.90

Tested by

no test coverage detected