Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/middleapi/orpc
/ ping
Method
ping
packages/nest/src/implement.test-d.ts:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
class
_ImplProcedureController {
11
@Implement(contract)
12
ping() {
13
return
implement(contract).handler(() => ({}) as any)
14
}
15
16
@Implement(contract)
17
ping_with_middleware_context() {
Callers
nothing calls this directly
Calls
2
implement
Function · 0.90
handler
Method · 0.80
Tested by
no test coverage detected