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

Method testMsvc

integration/scopes/src/msvc/http.controller.ts:7–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5export class HttpController {
6 @Get('hello')
7 testMsvc() {
8 const client = ClientProxyFactory.create({
9 transport: Transport.TCP,
10 });
11 return client.send('test', { test: true });
12 }
13}

Callers

nothing calls this directly

Calls 2

createMethod · 0.65
sendMethod · 0.45

Tested by

no test coverage detected