HandleRPC processes the RPC stats.
(context.Context, RPCStats)
| 57 | TagRPC(context.Context, *RPCTagInfo) context.Context |
| 58 | // HandleRPC processes the RPC stats. |
| 59 | HandleRPC(context.Context, RPCStats) |
| 60 | |
| 61 | // TagConn can attach some information to the given context. |
| 62 | // The returned context will be used for stats handling. |
no outgoing calls
no test coverage detected