()
| 201 | } |
| 202 | |
| 203 | func (c *UserConnContext) GetPlatformID() int { |
| 204 | if c == nil || c.info == nil { |
| 205 | return 0 |
| 206 | } |
| 207 | return c.info.PlatformID |
| 208 | } |
| 209 | |
| 210 | func (c *UserConnContext) GetOperationID() string { |
| 211 | if c == nil || c.info == nil { |
no outgoing calls
no test coverage detected