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

Method peng

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

Source from the content-addressed store, hash-verified

80
81 @Implement(contract.nested.peng)
82 peng(@Req() _req: NodeHttpRequest) {
83 req = _req
84
85 return implement(contract.nested.peng).handler(peng_handler)
86 }
87 }
88
89 const AdvanceMeta: MethodDecorator = (target, propertyKey, descriptor) => {

Callers

nothing calls this directly

Calls 2

implementFunction · 0.90
handlerMethod · 0.80

Tested by

no test coverage detected