(mn string)
| 235 | } |
| 236 | |
| 237 | func removeLeadingSlash(mn string) string { |
| 238 | return strings.TrimLeft(mn, "/") |
| 239 | } |
| 240 | |
| 241 | // attemptInfo is RPC information scoped to the RPC attempt life span client |
| 242 | // side, and the RPC life span server side. |
no outgoing calls
no test coverage detected