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

Method pong

packages/nest/src/implement.test.ts:75–79  ·  view source on GitHub ↗
(@Req() _req: NodeHttpRequest)

Source from the content-addressed store, hash-verified

73
74 @Implement(contract.pong)
75 pong(@Req() _req: NodeHttpRequest) {
76 req = _req
77
78 return implement(contract.pong).handler(pong_handler)
79 }
80
81 @Implement(contract.nested.peng)
82 peng(@Req() _req: NodeHttpRequest) {

Callers

nothing calls this directly

Calls 2

implementFunction · 0.90
handlerMethod · 0.80

Tested by

no test coverage detected