()
| 119 | } |
| 120 | |
| 121 | func (c *ClientImpl) GetIsDone() bool { |
| 122 | c.Lock.Lock() |
| 123 | defer c.Lock.Unlock() |
| 124 | return c.IsDone |
| 125 | } |
| 126 | |
| 127 | func (c *ClientImpl) checkClientId(clientId string) error { |
| 128 | if clientId == "" { |
no outgoing calls
no test coverage detected