MCPcopy Create free account
hub / github.com/middleapi/orpc / pong

Method pong

packages/nest/src/implement.test.ts:317–320  ·  view source on GitHub ↗
(@Req() _req: any)

Source from the content-addressed store, hash-verified

315 class FastifyController {
316 @Implement(contract.ping)
317 pong(@Req() _req: any) {
318 req = _req
319 return implement(contract.ping).handler(ping_handler)
320 }
321 }
322
323 const moduleRef = await Test.createTestingModule({

Callers

nothing calls this directly

Calls 2

implementFunction · 0.90
handlerMethod · 0.80

Tested by

no test coverage detected