| 1 | // RPC Server-side Request Handler |
| 2 | // ------------------------------- |
| 3 | // The RPC handler is only interested in receiving a req object and calling back the res function with (err, response) |
| 4 | // It does not care HOW this request handler is accessed, how to serialize incoming/outgoing messages, |
nothing calls this directly
no test coverage detected