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

Method call

integration/microservices/src/tcp-tls/app.controller.ts:47–49  ·  view source on GitHub ↗
(@Query('command') cmd, @Body() data: number[])

Source from the content-addressed store, hash-verified

45 @Post()
46 @HttpCode(200)
47 call(@Query('command') cmd, @Body() data: number[]): Observable<number> {
48 return this.client.send<number>({ cmd }, data);
49 }
50
51 @Post('useFactory')
52 @HttpCode(200)

Callers

nothing calls this directly

Calls 3

QueryFunction · 0.90
BodyFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected